Skip to content

Commit b766e13

Browse files
authored
EUR -> USD expected currency for Akatsuki+
1 parent 4aff515 commit b766e13

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

app/api/webhooks/paypal.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,7 @@
3535
else PAYPAL_VERIFY_URL_TEST
3636
)
3737

38-
ACCEPTED_CURRENCIES = {"EUR"}
39-
if settings.APP_ENV != "production":
40-
# the sandbox env only supports USD
41-
ACCEPTED_CURRENCIES.add("USD")
42-
38+
ACCEPTED_CURRENCIES = {"USD"}
4339

4440
BADGE_LIMIT = 6
4541
SUPPORTER_BADGE_ID = 36

0 commit comments

Comments
 (0)