Projet

Général

Profil

0001-lingo-add-mollie-and-keyware-backends-42581.patch

Valentin Deniaud, 06 mai 2020 17:43

Télécharger (761 octets)

Voir les différences:

Subject: [PATCH 1/4] lingo: add mollie and keyware backends (#42581)

 combo/apps/lingo/models.py | 2 ++
 1 file changed, 2 insertions(+)
combo/apps/lingo/models.py
70 70
    (eopayment.PAYZEN, 'PayZen'),
71 71
    (eopayment.TIPI, 'PayFiP/TIPI Régie'),
72 72
    (eopayment.PAYFIP_WS, 'PayFiP Régie Web-Service'),
73
    (eopayment.KEYWARE, 'Keyware'),
74
    (eopayment.MOLLIE, 'Mollie'),
73 75
]
74 76

  
75 77
def build_remote_item(data, regie):
76
-