From 28782e173a2f3e2f52f8a1db9dcb9499189f7512 Mon Sep 17 00:00:00 2001 From: Kenta420 Date: Fri, 21 Feb 2025 17:37:03 +0700 Subject: [PATCH] Disable topup with code if use coupon discount --- xml/page_payment_credit3-1.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xml/page_payment_credit3-1.xml b/xml/page_payment_credit3-1.xml index 158e51ac..42568e63 100644 --- a/xml/page_payment_credit3-1.xml +++ b/xml/page_payment_credit3-1.xml @@ -49,6 +49,10 @@ Var TopupWithCashState = "Disable" EndIf + If Seeker.CodeChannel = 1 Then + Var TopupWithCodeState = "Disable" + EndIf + 1000 @@ -165,8 +169,10 @@