From ccfc851bb43da72f8e04b60527f09382d7d6797e Mon Sep 17 00:00:00 2001 From: Valentin Deniaud Date: Thu, 5 Mar 2020 10:15:43 +0100 Subject: [PATCH 1/3] lingo: add mollie and keyware backends (#42581) --- combo/apps/lingo/models.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/combo/apps/lingo/models.py b/combo/apps/lingo/models.py index f5b06f13..220ec309 100644 --- a/combo/apps/lingo/models.py +++ b/combo/apps/lingo/models.py @@ -70,6 +70,8 @@ SERVICES = [ (eopayment.PAYZEN, 'PayZen'), (eopayment.TIPI, 'PayFiP/TIPI Régie'), (eopayment.PAYFIP_WS, 'PayFiP Régie Web-Service'), + (eopayment.KEYWARE, 'Keyware'), + (eopayment.MOLLIE, 'Mollie'), ] def build_remote_item(data, regie): -- 2.20.1