Skip to content

Commit

Permalink
Merge pull request #525 from etesync/bump-api-version
Browse files Browse the repository at this point in the history
Update stripe api version (to fix some issues)
  • Loading branch information
paltman authored Nov 26, 2021
2 parents a041afc + 534fc2e commit 78473e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pinax/stripe/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class PinaxStripeAppConf(AppConf):

PUBLIC_KEY = None
SECRET_KEY = None
API_VERSION = "2015-10-16"
API_VERSION = "2017-01-27"
INVOICE_FROM_EMAIL = "[email protected]"
DEFAULT_PLAN = None
HOOKSET = "pinax.stripe.hooks.DefaultHookSet"
Expand Down

0 comments on commit 78473e1

Please sign in to comment.