From 6befb6bb55385a891571d5f39e71db5a2801bb1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 8 Feb 2016 15:57:42 +0100 Subject: [PATCH] sips2: do not pass customerEmail (#9909) --- eopayment/sips2.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/eopayment/sips2.py b/eopayment/sips2.py index 0323c5e..906c9a9 100644 --- a/eopayment/sips2.py +++ b/eopayment/sips2.py @@ -145,8 +145,6 @@ class Payment(PaymentCommon): data['transactionReference'] = unicode(transaction_id) data['orderId'] = unicode(uuid.uuid4()).replace('-', '') data['Amount'] = unicode(int(Decimal(amount) * 100)) - if email: - data['customerEmail'] = email if next_url: data['normalReturnUrl'] = next_url form = Form( -- 2.7.0