add condition for enable credit card

This commit is contained in:
Pakin 2024-01-31 13:31:04 +07:00
parent 7085ebb683
commit a55eafb406
3 changed files with 52 additions and 4 deletions

View file

@ -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