CKatto commited on
Commit
0e8d4e2
1 Parent(s): d5873a5
Files changed (1) hide show
  1. payments.py +1 -1
payments.py CHANGED
@@ -2,7 +2,7 @@ import stripe
2
  from fastapi import HTTPException
3
  from SessionHelper import update_session
4
  import os
5
- path = "https://magic-ai-c79a3.web.app/payment_status"
6
  stripe.api_key = os.getenv('stripe_sk')
7
 
8
  def create_checkout_session(userid:str,price_id: str):
 
2
  from fastapi import HTTPException
3
  from SessionHelper import update_session
4
  import os
5
+ path = "https://magic-ai.online/payment_status"
6
  stripe.api_key = os.getenv('stripe_sk')
7
 
8
  def create_checkout_session(userid:str,price_id: str):