FIX: Fixed Stripe

This commit is contained in:
JustIceO7
2025-02-15 22:06:06 +00:00
parent fcb07263e3
commit 97067e1f87
3 changed files with 22 additions and 17 deletions

View File

@@ -21,7 +21,7 @@ def create_checkout_session():
'quantity': 1,
},
],
mode='payment',
mode='subscription',
redirect_on_completion = 'never'
)
except Exception as e: