|
|
|
|
@ -1,3 +1,4 @@ |
|
|
|
|
from pandas.core.groupby import base |
|
|
|
|
from rest_framework import viewsets |
|
|
|
|
from rest_framework.response import Response |
|
|
|
|
from rest_framework.decorators import api_view, permission_classes |
|
|
|
|
@ -520,7 +521,7 @@ def create_stripe_account_link(request): |
|
|
|
|
|
|
|
|
|
try: |
|
|
|
|
base_path = f"{request.scheme}://{request.get_host()}" |
|
|
|
|
|
|
|
|
|
print("create_stripe_account_link", base_path) |
|
|
|
|
refresh_url = f"{base_path}/stripe-refresh-account-link/" |
|
|
|
|
return_url = f"{base_path}/stripe-onboarding-complete/" |
|
|
|
|
|
|
|
|
|
|