Moibe commited on
Commit
b12a67d
1 Parent(s): 7caa31a

'payment_method_types': ['card', 'wallet'],

Browse files
Files changed (1) hide show
  1. funciones.py +1 -0
funciones.py CHANGED
@@ -89,6 +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
  'success_url': 'https://app.splashmix.ink/',
93
  'cancel_url': 'https://app.splashmix.ink/',
94
  'locale': 'auto',
 
89
  'quantity': 1, #maneja cantidades cuando es subscription
90
  }],
91
  'mode': mode, #payment o subscription
92
+ 'payment_method_types': ['card', 'wallet'],
93
  'success_url': 'https://app.splashmix.ink/',
94
  'cancel_url': 'https://app.splashmix.ink/',
95
  'locale': 'auto',