lingo: add paybox payment service (#8032)

This commit is contained in:
Serghei Mihai 2015-08-06 15:00:26 +02:00 committed by Frédéric Péters
parent 654982d778
commit 38b2e40194
1 changed files with 1 additions and 0 deletions

View File

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