add condition for enable credit card
This commit is contained in:
parent
7085ebb683
commit
a55eafb406
3 changed files with 52 additions and 4 deletions
|
|
@ -797,6 +797,17 @@
|
|||
If Not#LanguageLoaded = "" Then
|
||||
LoadLanguage "/mnt/sdcard/coffeevending/taobin_project/inter/mys/menu/lang.tsv"
|
||||
EndIf
|
||||
|
||||
; load credit
|
||||
|
||||
If EnableCreditCard = "" Then
|
||||
CacheVarStr "get" EnableCreditCard
|
||||
Else
|
||||
CacheVarStr "put" EnableCreditCard
|
||||
EndIf
|
||||
|
||||
DEBUGVAR EnableCreditCard
|
||||
|
||||
EndIf
|
||||
|
||||
If CountryName = "Indonesia" Then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue