Moibe commited on
Commit
ccebef1
1 Parent(s): f57a56e

Remove payment_method_types

Browse files
Files changed (1) hide show
  1. 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',