mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Bump stripe to 4.2.* and raise Stripe API version
This commit is contained in:
@@ -404,7 +404,7 @@ class StripeMethod(BasePaymentProvider):
|
||||
return kwargs
|
||||
|
||||
def _init_api(self):
|
||||
stripe.api_version = '2019-05-16'
|
||||
stripe.api_version = '2022-08-01'
|
||||
stripe.set_app_info(
|
||||
"pretix",
|
||||
partner_id="pp_partner_FSaz4PpKIur7Ox",
|
||||
|
||||
Reference in New Issue
Block a user