From ccb9c508944432ac440af8e037d3e33155c20d11 Mon Sep 17 00:00:00 2001 From: Nevo David Date: Fri, 17 May 2024 17:56:37 +0700 Subject: [PATCH] feat: fix account again --- .../src/components/marketplace/seller.tsx | 9 ++--- .../subscriptions/subscription.repository.ts | 3 +- .../src/services/stripe.service.ts | 34 +++++++++---------- 3 files changed, 21 insertions(+), 25 deletions(-) diff --git a/apps/frontend/src/components/marketplace/seller.tsx b/apps/frontend/src/components/marketplace/seller.tsx index df6b761d..14592cbb 100644 --- a/apps/frontend/src/components/marketplace/seller.tsx +++ b/apps/frontend/src/components/marketplace/seller.tsx @@ -21,11 +21,8 @@ export const AddAccount: FC<{ openBankAccount: (country: string) => void }> = ( const [country, setCountry] = useState(''); return (
- Please select your country where your business is registered. + Please select your country where your business is.
- - THIS IS IRREVERSIBLE. -