Skip to content

Commit

Permalink
EUR -> USD expected currency for Akatsuki+
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui authored Oct 28, 2024
1 parent 4aff515 commit b766e13
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/api/webhooks/paypal.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,7 @@
else PAYPAL_VERIFY_URL_TEST
)

ACCEPTED_CURRENCIES = {"EUR"}
if settings.APP_ENV != "production":
# the sandbox env only supports USD
ACCEPTED_CURRENCIES.add("USD")

ACCEPTED_CURRENCIES = {"USD"}

BADGE_LIMIT = 6
SUPPORTER_BADGE_ID = 36
Expand Down

0 comments on commit b766e13

Please sign in to comment.