Projet

Général

Profil

0001-sips2-add-flag-has_free_transaction_id-True-48233.patch

Benjamin Dauvergne, 03 novembre 2020 12:16

Télécharger (775 octets)

Voir les différences:

Subject: [PATCH] sips2 : add flag has_free_transaction_id=True (#48233)

 eopayment/sips2.py | 2 ++
 1 file changed, 2 insertions(+)
eopayment/sips2.py
51 51
        Worldline Benelux_Sips_Technical_integration_guide_Version_1.5.pdf
52 52

  
53 53
    '''
54
    has_free_transaction_id = True
55

  
54 56
    URL = {
55 57
        'test': 'https://payment-webinit.simu.sips-atos.com/paymentInit',
56 58
        'prod': 'https://payment-webinit.sips-atos.com/paymentInit',
57
-