lingo: replace SIPS by SIPS2 backend

This commit is contained in:
Frédéric Péters 2016-02-08 15:50:58 +01:00
parent 3bf296c54a
commit 1682c763a9
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ from combo.utils import NothingInCacheException, sign_url
SERVICES = [
(eopayment.DUMMY, _('Dummy (for tests)')),
(eopayment.SYSTEMPAY, 'systempay (Banque Populaire)'),
(eopayment.SIPS, 'SIPS'),
(eopayment.SIPS2, 'SIPS (Atos)'),
(eopayment.SPPLUS, _('SP+ (Caisse d\'epargne)')),
(eopayment.OGONE, _('Ingenico (formerly Ogone)')),
(eopayment.PAYBOX, _('Paybox')),