From bb18556a6c4724eb55849e03252e4aeea07dc0ef Mon Sep 17 00:00:00 2001 From: Hoan Luu Huu <110280845+xquanluu@users.noreply.github.com> Date: Fri, 4 Aug 2023 17:57:10 +0700 Subject: [PATCH] allow only card type in stripe PaymentElement (#299) --- .../internal/views/accounts/manage-payment-form.tsx | 6 +++++- .../internal/views/accounts/subscription-form.tsx | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/containers/internal/views/accounts/manage-payment-form.tsx b/src/containers/internal/views/accounts/manage-payment-form.tsx index 01ace8f..53de405 100644 --- a/src/containers/internal/views/accounts/manage-payment-form.tsx +++ b/src/containers/internal/views/accounts/manage-payment-form.tsx @@ -148,7 +148,11 @@ export const ManagePaymentForm = () => {