details: https://code.tryton.org/tryton/commit/678b37acb70c
branch: default
user: Cédric Krier <[email protected]>
date: Mon May 11 09:11:38 2026 +0200
description:
Update the version of Stripe used
diffstat:
modules/account_payment_stripe/payment.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r e42c4fc0b292 -r 678b37acb70c modules/account_payment_stripe/payment.py
--- a/modules/account_payment_stripe/payment.py Mon Apr 13 12:08:16 2026 +0200
+++ b/modules/account_payment_stripe/payment.py Mon May 11 09:11:38 2026 +0200
@@ -41,7 +41,7 @@
'account_payment_stripe', 'max_network_retries', default=3)
RETRY_CODES = {'lock_timeout', 'token_in_use'}
-STRIPE_VERSION = '2026-03-25.dahlia'
+STRIPE_VERSION = '2026-04-22.dahlia'
if STRIPE_VERSION != stripe.api_version:
warnings.warn(
f"A new Stripe API version {stripe.api_version!r} is available",