From 31d9b1f96050280f5a70f1920fdaaab9d1b0af6c Mon Sep 17 00:00:00 2001 From: Valentin Deniaud Date: Thu, 5 Mar 2020 10:15:43 +0100 Subject: [PATCH] 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 10dd47c5..3d0d714e 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):