Skip to content

Commit

Permalink
stripe errors again
Browse files Browse the repository at this point in the history
  • Loading branch information
ramibch committed Jan 4, 2024
1 parent ac79ec2 commit 4ef86c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,8 @@

# Stripe
STRIPE_LIVE_MODE = os.environ.get("STRIPE_LIVE_MODE", "") == "1"
# STRIPE_LIVE_SECRET_KEY = os.environ.get("STRIPE_LIVE_SECRET_KEY", "")
# STRIPE_TEST_SECRET_KEY = os.environ.get("STRIPE_TEST_SECRET_KEY", "")
STRIPE_LIVE_SECRET_KEY = os.environ.get("STRIPE_LIVE_SECRET_KEY", "")
STRIPE_TEST_SECRET_KEY = os.environ.get("STRIPE_TEST_SECRET_KEY", "")
DJSTRIPE_WEBHOOK_SECRET = os.environ.get("DJSTRIPE_WEBHOOK_SECRET", "")
DJSTRIPE_USE_NATIVE_JSONFIELD = True
DJSTRIPE_FOREIGN_KEY_TO_FIELD = "id"
Expand Down

0 comments on commit 4ef86c8

Please sign in to comment.