Merge branch 'preview/discount-pages' into 'main'

Preview/discount pages

See merge request witapp/aura-webapp!41
This commit is contained in:
Victor Ershov 2024-02-14 06:42:15 +00:00
commit 3e2f4e9db7

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