add SGP
This commit is contained in:
parent
7fe7ed29e9
commit
7085ebb683
19 changed files with 315 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue