mirror of https://github.com/kortix-ai/suna.git
Merge branch 'PRODUCTION'
This commit is contained in:
commit
313fa28c34
|
@ -545,6 +545,7 @@ async def create_checkout_session(
|
|||
logger.exception(f"Error updating subscription {existing_subscription.get('id') if existing_subscription else 'N/A'}: {str(e)}")
|
||||
raise HTTPException(status_code=500, detail=f"Error updating subscription: {str(e)}")
|
||||
else:
|
||||
|
||||
session = stripe.checkout.Session.create(
|
||||
customer=customer_id,
|
||||
payment_method_types=['card'],
|
||||
|
|
Loading…
Reference in New Issue