Moibe commited on
Commit
9a2a324
1 Parent(s): 096b6fc
Files changed (1) hide show
  1. funciones.py +1 -2
funciones.py CHANGED
@@ -89,8 +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
- 'capture_method': 'automatic',
94
  'success_url': 'https://app.splashmix.ink/',
95
  'cancel_url': 'https://app.splashmix.ink/',
96
  'locale': 'auto',
 
89
  'quantity': 1, #maneja cantidades cuando es subscription
90
  }],
91
  'mode': mode, #payment o subscription
92
+ 'payment_method_types': ['card', 'oxxo'],
 
93
  'success_url': 'https://app.splashmix.ink/',
94
  'cancel_url': 'https://app.splashmix.ink/',
95
  'locale': 'auto',