add paybox payment service (#8032)

This commit is contained in:
Serghei Mihai 2015-08-06 15:00:26 +02:00
parent e3ab0efe3e
commit 32dc372d82
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):