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

@ -35,7 +35,8 @@
EndIf
Var imgGetChange = "/imgGetChange.png"
;inter-image
If CountryName = "Malaysia" Then
Var imgGetChange = "/imgGetChange-MYR.png"
EndIf
@ -44,6 +45,11 @@
Var imgGetChange = "/imgGetChange-IDR.png"
EndIf
If CountryName = "Singapore" Then
Var imgGetChange = "/imgGetChange-SGP.png"
EndIf
;INT StoreCreditAmount
Var StoreCreditAmountStr !assigned StringFmt( StoreCreditAmount, DisplayFormat, PreScaleConvertShow )