Skip to content

Commit

Permalink
updated Stripe API version
Browse files Browse the repository at this point in the history
  • Loading branch information
zenx committed Apr 24, 2024
1 parent 10a7f8f commit 769feb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Chapter09/myshop/myshop/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,5 @@
# Stripe settings
STRIPE_PUBLISHABLE_KEY = config('STRIPE_PUBLISHABLE_KEY')
STRIPE_SECRET_KEY = config('STRIPE_SECRET_KEY')
STRIPE_API_VERSION = '2023-10-16'
STRIPE_API_VERSION = '2024-04-10'
STRIPE_WEBHOOK_SECRET = config('STRIPE_WEBHOOK_SECRET')
2 changes: 1 addition & 1 deletion Chapter10/myshop/myshop/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
# Stripe settings
STRIPE_PUBLISHABLE_KEY = config('STRIPE_PUBLISHABLE_KEY')
STRIPE_SECRET_KEY = config('STRIPE_SECRET_KEY')
STRIPE_API_VERSION = '2023-10-16'
STRIPE_API_VERSION = '2024-04-10'
STRIPE_WEBHOOK_SECRET = config('STRIPE_WEBHOOK_SECRET')


Expand Down
2 changes: 1 addition & 1 deletion Chapter11/myshop/myshop/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
# Stripe settings
STRIPE_PUBLISHABLE_KEY = config('STRIPE_PUBLISHABLE_KEY')
STRIPE_SECRET_KEY = config('STRIPE_SECRET_KEY')
STRIPE_API_VERSION = '2023-10-16'
STRIPE_API_VERSION = '2024-04-10'
STRIPE_WEBHOOK_SECRET = config('STRIPE_WEBHOOK_SECRET')


Expand Down

0 comments on commit 769feb8

Please sign in to comment.