This commit is contained in:
wanlop run 2024-01-30 19:40:39 +07:00
parent 7fe7ed29e9
commit 7085ebb683
19 changed files with 315 additions and 4 deletions

View file

@ -61,6 +61,7 @@
Var Min = PayAmountSubDiscount
Var Max = 5000
;inter-image
If CountryName = "Malaysia" Then
Var text_44 = "/text_44-MYR.png"
Var text_show_amountInvalid = "/text_show_amountInvalid-MYR.png"
@ -71,6 +72,16 @@
EndIf
If CountryName = "Singapore" Then
Var text_44 = "/text_44-SGP.png"
Var text_show_amountInvalid = "/text_show_amountInvalid-SGP.png"
Var text_show_amountInvalid2 = "/text_show_amountInvalid2-SGP.png"
;Var Min = 2
Var Max = 500
EndIf
If CountryName = "Indonesia" Then
Var text_44 = "/text_44-IDR.png"
Var text_show_amountInvalid = "/text_show_amountInvalid-IDR.png"