details: https://code.tryton.org/tryton/commit/b076536e3e1e
branch: default
user: Cédric Krier <[email protected]>
date: Tue Jun 02 14:39:18 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 fd5d15e75c92 -r b076536e3e1e modules/account_payment_stripe/payment.py
--- a/modules/account_payment_stripe/payment.py Wed May 20 18:50:58 2026 +0200
+++ b/modules/account_payment_stripe/payment.py Tue Jun 02 14:39:18 2026 +0200
@@ -41,7 +41,7 @@
'account_payment_stripe', 'max_network_retries', default=3)
RETRY_CODES = {'lock_timeout', 'token_in_use'}
-STRIPE_VERSION = '2026-04-22.dahlia'
+STRIPE_VERSION = '2026-05-27.dahlia'
if STRIPE_VERSION != stripe.api_version:
warnings.warn(
f"A new Stripe API version {stripe.api_version!r} is available",