From afec44ad989a105fd303ead85cee0857e916e75e 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 --- combo/apps/lingo/models.py | 1 + 1 file changed, 1 insertion(+) 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): -- 2.8.1