cleaned up flask apis adding skeleton code

This commit is contained in:
Oscar Cao
2025-01-23 22:42:36 +00:00
parent f9636f8650
commit f2afe5be2a
4 changed files with 94 additions and 50 deletions

View File

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