THAI: update topup with coupon
This commit is contained in:
parent
2f3845e8c8
commit
89da737dff
3 changed files with 676 additions and 4 deletions
|
|
@ -9,14 +9,14 @@
|
|||
; On open
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
DEBUGVAR SumCreditAmount
|
||||
If PayCreditChannel = "cash" Then
|
||||
Var SumCreditAmount = SumCreditAmount + CoinAmount
|
||||
Else
|
||||
INT CreditAmount
|
||||
DEBUGVAR CreditAmount
|
||||
Var SumCreditAmount = SumCreditAmount + CreditAmount
|
||||
EndIf
|
||||
|
||||
Var SumCreditAmount = SumCreditAmount - PayAmountSubDiscount
|
||||
Var VendingCreditRemain = "" + SumCreditAmount
|
||||
Var SumCreditAmountStr !assigned StringFmt( SumCreditAmount, DisplayFormat, PreScaleConvertShow )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue