STripe Paymen and PK payemtns and many othe rbacekd and froentened issues
This commit is contained in:
@@ -846,3 +846,6 @@ STRIPE_WEBHOOK_SECRET = os.getenv('STRIPE_WEBHOOK_SECRET', '')
|
||||
PAYPAL_CLIENT_ID = os.getenv('PAYPAL_CLIENT_ID', '')
|
||||
PAYPAL_CLIENT_SECRET = os.getenv('PAYPAL_CLIENT_SECRET', '')
|
||||
PAYPAL_API_BASE = os.getenv('PAYPAL_API_BASE', 'https://api-m.sandbox.paypal.com')
|
||||
|
||||
# Frontend URL for redirects (Stripe/PayPal success/cancel URLs)
|
||||
FRONTEND_URL = os.getenv('FRONTEND_URL', 'https://app.igny8.com')
|
||||
|
||||
Reference in New Issue
Block a user