fix(payment): show selector only for Philippines

This commit is contained in:
2026-07-20 16:23:18 +08:00
parent 9920f97029
commit f44db8d8b2
5 changed files with 54 additions and 7 deletions
@@ -40,7 +40,7 @@ export function PaymentMethodSelector({
analyticsKey,
onChange,
}: PaymentMethodSelectorProps) {
if (!config.canChoosePaymentMethod) return null;
if (!config.showPaymentMethodSelector) return null;
const paymentMethods =
config.initialPayChannel === "ezpay"