Skip to content

Commit

Permalink
Upgrade default API version to 2020-03-02
Browse files Browse the repository at this point in the history
  • Loading branch information
jleclanche committed Jun 17, 2020
1 parent 4abf2e8 commit b3c9fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djstripe/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from .checks import validate_stripe_api_version

DEFAULT_STRIPE_API_VERSION = "2019-09-09"
DEFAULT_STRIPE_API_VERSION = "2020-03-02"


def get_callback_function(setting_name, default=None):
Expand Down

0 comments on commit b3c9fb9

Please sign in to comment.