details: https://code.tryton.org/tryton/commit/ab9e3ff123d5
branch: default
user: Cédric Krier <[email protected]>
date: Tue Aug 04 14:15:47 2026 +0200
description:
Update the Stripe API version
diffstat:
modules/account_payment_stripe/payment.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 7c72806c98c0 -r ab9e3ff123d5 modules/account_payment_stripe/payment.py
--- a/modules/account_payment_stripe/payment.py Fri Jul 24 10:49:42 2026 +0200
+++ b/modules/account_payment_stripe/payment.py Tue Aug 04 14:15:47 2026 +0200
@@ -41,7 +41,7 @@
'account_payment_stripe', 'max_network_retries', default=3)
RETRY_CODES = {'lock_timeout', 'token_in_use'}
-STRIPE_VERSION = '2026-06-24.dahlia'
+STRIPE_VERSION = '2026-07-29.dahlia'
if STRIPE_VERSION != stripe.api_version:
warnings.warn(
f"A new Stripe API version {stripe.api_version!r} is available",