From e1b419b2d68580ba2aecf0d17e216112efb452f3 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Thu, 12 May 2016 10:38:45 +0200 Subject: [PATCH] add TIPI in payment backends (#10902) --- eopayment/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eopayment/__init__.py b/eopayment/__init__.py index 52c7061..11792a7 100644 --- a/eopayment/__init__.py +++ b/eopayment/__init__.py @@ -23,7 +23,7 @@ def get_backend(kind): module = __import__(kind, globals(), locals(), []) return module.Payment -__BACKENDS = [ DUMMY, SIPS, SIPS2, SYSTEMPAY, SPPLUS, OGONE, PAYBOX, PAYZEN ] +__BACKENDS = [ DUMMY, SIPS, SIPS2, SYSTEMPAY, SPPLUS, OGONE, PAYBOX, PAYZEN, TIPI ] def get_backends(): '''Return a dictionnary mapping existing eopayment backends name to their