Moibe commited on
Commit
2baa170
1 Parent(s): f79115e

Try subscription

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