Projet

Général

Profil

0001-lingo-remove-SIPS-from-listed-backends-66737.patch

Benjamin Dauvergne, 29 juin 2022 17:07

Télécharger (829 octets)

Voir les différences:

Subject: [PATCH] lingo: remove SIPS from listed backends (#66737)

 combo/apps/lingo/models.py | 1 -
 1 file changed, 1 deletion(-)
combo/apps/lingo/models.py
81 81
SERVICES = [
82 82
    (eopayment.DUMMY, _('Dummy (for tests)')),
83 83
    (eopayment.SYSTEMPAY, 'systempay (Banque Populaire)'),
84
    (eopayment.SIPS, 'SIPS (Atos, France)'),
85 84
    (eopayment.SIPS2, _('SIPS (Atos, other countries)')),
86 85
    (eopayment.OGONE, _('Ingenico (formerly Ogone)')),
87 86
    (eopayment.PAYBOX, 'Paybox'),
88
-