Preview/discount pages
This commit is contained in:
parent
06bacb1aed
commit
ee71102bad
@ -40,7 +40,7 @@ function PaymentModal() {
|
|||||||
const [isError, setIsError] = useState<boolean>(false);
|
const [isError, setIsError] = useState<boolean>(false);
|
||||||
|
|
||||||
const [selectedPaymentMethod, setSelectedPaymentMethod] = useState(
|
const [selectedPaymentMethod, setSelectedPaymentMethod] = useState(
|
||||||
EPaymentMethod.PAYPAL_OR_APPLE_PAY
|
EPaymentMethod.CREDIT_CARD
|
||||||
);
|
);
|
||||||
|
|
||||||
const onSelectPaymentMethod = (method: EPaymentMethod) => {
|
const onSelectPaymentMethod = (method: EPaymentMethod) => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user