SGP: add disable use taobin credit

This commit is contained in:
Pakin 2024-04-05 10:14:19 +07:00
parent 688553bab0
commit 52a8f96de6

View file

@ -452,6 +452,15 @@
Var PayState6 = "Invisible"
EndIf
;Disable taobin credit
Var TopRowY = 1276
Var BotRowY = 1499
If DisableTaobinCredit = "true" Then
Var PayState4 = "Invisible"
EndIf
</EventOpen>
<EventActionOk>
@ -1504,7 +1513,13 @@ EndIf
; cash Singapore
<Button>
<X> 439 </X>
<Y> 1499 </Y>
<Y> eval(
If DisableTaobinCredit = "true" Then
Var return = TopRowY
Else
Var return = BotRowY
EndIf
) </Y>
<State> PayState1</State>
<Filename> FilenameShowbuttonCashBN </Filename>
<FilenamePress> FilenameShowbuttonCashBP </FilenamePress>