mirror of
https://github.com/pretix/pretix.git
synced 2026-01-19 23:52:27 +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",
|
||||
|
||||
@@ -225,7 +225,7 @@ setup(
|
||||
'sepaxml==2.4.*,>=2.4.1',
|
||||
'slimit',
|
||||
'static3==0.7.*',
|
||||
'stripe==2.66.*',
|
||||
'stripe==4.2.*',
|
||||
'text-unidecode==1.*',
|
||||
'tlds>=2020041600',
|
||||
'tqdm==4.*',
|
||||
|
||||
Reference in New Issue
Block a user