Projet

Général

Profil

0001-lingo-add-TIPI-payment-backend-10901.patch

Voir les différences:

Subject: [PATCH] lingo: add TIPI payment backend (#10901)

 combo/apps/lingo/models.py | 1 +
 debian/control             | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)
combo/apps/lingo/models.py
53 53
    (eopayment.OGONE, _('Ingenico (formerly Ogone)')),
54 54
    (eopayment.PAYBOX, _('Paybox')),
55 55
    (eopayment.PAYZEN, _('PayZen')),
56
    (eopayment.TIPI, _('TIPI')),
56 57
]
57 58

  
58 59
def build_remote_item(data, regie):
debian/control
14 14
    python-requests,
15 15
    python-feedparser,
16 16
    python-django-cmsplugin-blurp,
17
    python-xstatic-chartnew-js
17
    python-xstatic-chartnew-js,
18
    python-eopayment (>= 1.9)
18 19
Recommends: python-django-mellon
19 20
Conflicts: python-lingo
20 21
Description: Portal Management System (Python module)
21
-