Preview/discount pages

This commit is contained in:
Денис Катаев 2024-02-14 06:42:15 +00:00 committed by Victor Ershov
parent 06bacb1aed
commit ee71102bad

View File

@ -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) => {