Merge branch 'preview/discount-pages' into 'main'
Preview/discount pages See merge request witapp/aura-webapp!41
This commit is contained in:
commit
3e2f4e9db7
@ -40,7 +40,7 @@ function PaymentModal() {
|
||||
const [isError, setIsError] = useState<boolean>(false);
|
||||
|
||||
const [selectedPaymentMethod, setSelectedPaymentMethod] = useState(
|
||||
EPaymentMethod.PAYPAL_OR_APPLE_PAY
|
||||
EPaymentMethod.CREDIT_CARD
|
||||
);
|
||||
|
||||
const onSelectPaymentMethod = (method: EPaymentMethod) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user