fix wrong y pos mys payment page

This commit is contained in:
Pakin 2024-01-11 13:13:54 +07:00
parent 51dc2077bb
commit dbb5c81113
2 changed files with 12 additions and 3 deletions

View file

@ -1634,7 +1634,15 @@ EndIf
<Button>
<X> X_PS5 </X>
<Y> BOT_ROW </Y>
<Y>
eval(
If EnableCash = "true" Then
Var return = BOT_ROW
Else
Var return = TOP_ROW
EndIf
)
</Y>
<State> PayState4</State>
<Filename> Var( DirImage + "/bn_pay_with_credit.png") </Filename>
<FilenamePress> Var( DirImage + "/bp_pay_with_credit.png") </FilenamePress>

View file

@ -1,2 +1,3 @@
;
Var EnableCash = "true"
;Var EnableCash = ""
;Var EnableCash = "true"
DEBUGVAR EnableCash