Spaces:
Running
Running
Try subscription
Browse files- funciones.py +1 -1
funciones.py
CHANGED
@@ -88,7 +88,7 @@ def create_checkout_session(price_id, customer_email=None, customer_id=None, fir
|
|
88 |
'price': price_id,
|
89 |
'quantity': 1,
|
90 |
}],
|
91 |
-
'mode': '
|
92 |
'success_url': 'https://app.splashmix.ink/',
|
93 |
'cancel_url': 'https://app.splashmix.ink/',
|
94 |
'locale': 'auto',
|
|
|
88 |
'price': price_id,
|
89 |
'quantity': 1,
|
90 |
}],
|
91 |
+
'mode': 'subscription',
|
92 |
'success_url': 'https://app.splashmix.ink/',
|
93 |
'cancel_url': 'https://app.splashmix.ink/',
|
94 |
'locale': 'auto',
|