misc: declare ingenico (ogone) service

This commit is contained in:
Frédéric Péters 2015-03-05 17:22:59 +01:00
parent 6bd6e68941
commit 9f7c119560
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ SERVICES = [
(eopayment.SYSTEMPAY, 'systempay (Banque Populaire)'),
(eopayment.SIPS, 'SIPS'),
(eopayment.SPPLUS, _('SP+ (Caisse d\'epargne)')),
(eopayment.OGONE, _('Ingenico (formerly Ogone)')),
]
class Regie(models.Model):