lingo: declare payfip backends (#39042)

This commit is contained in:
Benjamin Dauvergne 2020-01-16 18:06:38 +01:00
parent a46ddba35b
commit 495a311efd
2 changed files with 3 additions and 2 deletions

View File

@ -67,7 +67,8 @@ SERVICES = [
(eopayment.OGONE, _('Ingenico (formerly Ogone)')),
(eopayment.PAYBOX, _('Paybox')),
(eopayment.PAYZEN, _('PayZen')),
(eopayment.TIPI, _('TIPI')),
(eopayment.TIPI, _('PayFiP/TIPI Régie')),
(eopayment.PAYFIP_WS, _('PayFiP Régie Web-Service')),
]
def build_remote_item(data, regie):

View File

@ -159,7 +159,7 @@ setup(
'XStatic_JosefinSans',
'XStatic_OpenSans',
'XStatic_roboto-fontface>=0.5.0.0',
'eopayment>=1.35',
'eopayment>=1.41',
'python-dateutil',
'djangorestframework>=3.3, <3.7',
'django-haystack',