From 1f3c6826eedc181d0dcd9ea0f9a3d8d8570ec67a Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 3 Nov 2020 12:16:18 +0100 Subject: [PATCH] sips2 : add flag has_free_transaction_id=True (#48233) --- eopayment/sips2.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eopayment/sips2.py b/eopayment/sips2.py index 6e319e9..d01b849 100644 --- a/eopayment/sips2.py +++ b/eopayment/sips2.py @@ -50,6 +50,8 @@ class Payment(PaymentCommon): Worldline Benelux_Sips_Technical_integration_guide_Version_1.5.pdf ''' + has_free_transaction_id = True + URL = { 'test': 'https://payment-webinit.simu.sips-atos.com/paymentInit', 'prod': 'https://payment-webinit.sips-atos.com/paymentInit',