details:   https://code.tryton.org/tryton/commit/b7d4ea96c8df
branch:    default
user:      Cédric Krier <[email protected]>
date:      Sun Jun 28 15:22:54 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 e33b58f3d6a1 -r b7d4ea96c8df modules/account_payment_stripe/payment.py
--- a/modules/account_payment_stripe/payment.py Thu Jun 18 19:11:04 2026 +0200
+++ b/modules/account_payment_stripe/payment.py Sun Jun 28 15:22:54 2026 +0200
@@ -41,7 +41,7 @@
     'account_payment_stripe', 'max_network_retries', default=3)
 
 RETRY_CODES = {'lock_timeout', 'token_in_use'}
-STRIPE_VERSION = '2026-05-27.dahlia'
+STRIPE_VERSION = '2026-06-24.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