From 8a099ecfa99285e09bdbd4cba6fc2a83276c4fd9 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Sun, 11 Oct 2020 09:32:23 +0200 Subject: [PATCH] tipi: email is mandatory (#47540) --- eopayment/tipi.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eopayment/tipi.py b/eopayment/tipi.py index abcbafa..c231b59 100644 --- a/eopayment/tipi.py +++ b/eopayment/tipi.py @@ -89,8 +89,8 @@ class Payment(PaymentCommon): return '%s%010d' % (datetime.datetime.now(pytz.timezone('Europe/Paris')).strftime('%Y%m%d%H%M%S'), random.randint(1, 1000000000)) - def request(self, amount, next_url=None, exer=None, orderid=None, - refdet=None, objet=None, email=None, saisie=None, **kwargs): + def request(self, amount, email, next_url=None, exer=None, orderid=None, + refdet=None, objet=None, saisie=None, **kwargs): montant = self.clean_amount(amount, max_amount=9999.99) automatic_return_url = self.automatic_return_url