details:   https://code.tryton.org/tryton/commit/ee6db5164d0d
branch:    default
user:      Cédric Krier <[email protected]>
date:      Mon Aug 31 23:33:27 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 571adc3fe3f5 -r ee6db5164d0d modules/account_payment_stripe/payment.py
--- a/modules/account_payment_stripe/payment.py Fri Aug 28 12:06:27 2026 +0200
+++ b/modules/account_payment_stripe/payment.py Mon Aug 31 23:33:27 2026 +0200
@@ -39,7 +39,7 @@
     'account_payment_stripe', 'max_network_retries', default=3)
 
 RETRY_CODES = {'lock_timeout', 'token_in_use'}
-STRIPE_VERSION = '2026-07-29.dahlia'
+STRIPE_VERSION = '2026-08-26.dahlia'
 if STRIPE_VERSION != stripe.api_version:
     warnings.warn(
         f"A new Stripe API version {stripe.api_version!r} is available",

Reply via email to