From 79f061c4712acf0df034424402076272a760422e Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 29 Jun 2022 17:05:18 +0200 Subject: [PATCH] lingo: remove SIPS from listed backends (#66737) --- combo/apps/lingo/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/combo/apps/lingo/models.py b/combo/apps/lingo/models.py index 7e469d2d..03318c81 100644 --- a/combo/apps/lingo/models.py +++ b/combo/apps/lingo/models.py @@ -81,7 +81,6 @@ EXPIRED = 9999 SERVICES = [ (eopayment.DUMMY, _('Dummy (for tests)')), (eopayment.SYSTEMPAY, 'systempay (Banque Populaire)'), - (eopayment.SIPS, 'SIPS (Atos, France)'), (eopayment.SIPS2, _('SIPS (Atos, other countries)')), (eopayment.OGONE, _('Ingenico (formerly Ogone)')), (eopayment.PAYBOX, 'Paybox'), -- 2.35.1