Spaces:
Sleeping
Sleeping
Remove payment_method_types
Browse files- funciones.py +1 -1
funciones.py
CHANGED
@@ -89,7 +89,7 @@ def create_checkout_session(price_id, customer_email=None, customer_id=None, fir
|
|
89 |
'quantity': 1, #maneja cantidades cuando es subscription
|
90 |
}],
|
91 |
'mode': mode, #payment o subscription
|
92 |
-
'payment_method_types': ['card'],
|
93 |
'success_url': 'https://app.splashmix.ink/',
|
94 |
'cancel_url': 'https://app.splashmix.ink/',
|
95 |
'locale': 'auto',
|
|
|
89 |
'quantity': 1, #maneja cantidades cuando es subscription
|
90 |
}],
|
91 |
'mode': mode, #payment o subscription
|
92 |
+
#'payment_method_types': ['card'],
|
93 |
'success_url': 'https://app.splashmix.ink/',
|
94 |
'cancel_url': 'https://app.splashmix.ink/',
|
95 |
'locale': 'auto',
|