Update routes/hello.py
Browse files- routes/hello.py +1 -0
routes/hello.py
CHANGED
@@ -21,6 +21,7 @@ def create_account(account_data: AccountRequest):
|
|
21 |
country="US", # United States
|
22 |
business_type="individual", # Ensuring the account is individual, not business
|
23 |
business_profile={
|
|
|
24 |
"name": account_data.name, # Using the name from the request body
|
25 |
"product_description": "We connect U.S. stylists with clients through subscription services.",
|
26 |
"support_email": "[email protected]"
|
|
|
21 |
country="US", # United States
|
22 |
business_type="individual", # Ensuring the account is individual, not business
|
23 |
business_profile={
|
24 |
+
"mcc": "7298",
|
25 |
"name": account_data.name, # Using the name from the request body
|
26 |
"product_description": "We connect U.S. stylists with clients through subscription services.",
|
27 |
"support_email": "[email protected]"
|