Skip to content

Commit 78473e1

Browse files
authored
Merge pull request #525 from etesync/bump-api-version
Update stripe api version (to fix some issues)
2 parents a041afc + 534fc2e commit 78473e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pinax/stripe/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class PinaxStripeAppConf(AppConf):
2929

3030
PUBLIC_KEY = None
3131
SECRET_KEY = None
32-
API_VERSION = "2015-10-16"
32+
API_VERSION = "2017-01-27"
3333
INVOICE_FROM_EMAIL = "billing@example.com"
3434
DEFAULT_PLAN = None
3535
HOOKSET = "pinax.stripe.hooks.DefaultHookSet"

0 commit comments

Comments
 (0)