habulaj commited on
Commit
9f1f341
·
verified ·
1 Parent(s): 628abbd

Update routes/subscription.py

Browse files
Files changed (1) hide show
  1. routes/subscription.py +1 -1
routes/subscription.py CHANGED
@@ -526,7 +526,7 @@ def emergency_checkout_session(
526
  # 🔹 5. Create a one-time payment intent
527
  payment_intent = stripe.PaymentIntent.create(
528
  amount=emergency_price,
529
- currency="usd",
530
  customer=user_stripe_id,
531
  application_fee_amount=int(emergency_price * 0.20), # 20% para a plataforma
532
  transfer_data={
 
526
  # 🔹 5. Create a one-time payment intent
527
  payment_intent = stripe.PaymentIntent.create(
528
  amount=emergency_price,
529
+ currency="brl",
530
  customer=user_stripe_id,
531
  application_fee_amount=int(emergency_price * 0.20), # 20% para a plataforma
532
  transfer_data={