lingo: add TIPI payment backend (#10901)

This commit is contained in:
Serghei Mihai 2016-05-12 10:36:16 +02:00
parent 0f77a5a1e4
commit a19b1634ce
3 changed files with 4 additions and 2 deletions

View File

@ -53,6 +53,7 @@ SERVICES = [
(eopayment.OGONE, _('Ingenico (formerly Ogone)')),
(eopayment.PAYBOX, _('Paybox')),
(eopayment.PAYZEN, _('PayZen')),
(eopayment.TIPI, _('TIPI')),
]
def build_remote_item(data, regie):

3
debian/control vendored
View File

@ -14,7 +14,8 @@ Depends: ${misc:Depends}, ${python:Depends},
python-requests,
python-feedparser,
python-django-cmsplugin-blurp,
python-xstatic-chartnew-js
python-xstatic-chartnew-js,
python-eopayment (>= 1.9)
Recommends: python-django-mellon
Conflicts: python-lingo
Description: Portal Management System (Python module)

View File

@ -111,7 +111,7 @@ setup(
'django-jsonfield',
'requests',
'XStatic-ChartNew.js',
'eopayment>=1.3',
'eopayment>=1.9',
'python-dateutil',
],
zip_safe=False,