lingo: add mollie and keyware backends (#42581)

This commit is contained in:
Valentin Deniaud 2020-03-05 10:15:43 +01:00
parent 1c0c36583e
commit 31d9b1f960
1 changed files with 2 additions and 0 deletions

View File

@ -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):