fix(payment): show selector only for Philippines
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user