From 0f4f7b8d2ee1cf08759dd62eac37427e85db0305 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Thu, 12 May 2016 10:36:16 +0200 Subject: [PATCH] lingo: add TIPI payment backend (#10901) --- combo/apps/lingo/models.py | 1 + debian/control | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/combo/apps/lingo/models.py b/combo/apps/lingo/models.py index 4406be2..cb3987d 100644 --- a/combo/apps/lingo/models.py +++ b/combo/apps/lingo/models.py @@ -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): diff --git a/debian/control b/debian/control index 81e19ab..1fa4469 100644 --- a/debian/control +++ b/debian/control @@ -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) -- 2.8.1