From 7d8b62631c630423899f37706c96f437bb37980c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 16 Feb 2016 19:53:54 +0100 Subject: [PATCH] sips2: fix typo in variable name --- eopayment/sips2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eopayment/sips2.py b/eopayment/sips2.py index 0b72be0..1f28de9 100644 --- a/eopayment/sips2.py +++ b/eopayment/sips2.py @@ -131,7 +131,7 @@ class Payment(PaymentCommon): data['keyVersion'] = self.key_version data['normalReturnUrl'] = self.normal_return_url if self.automatic_return_url: - date['automaticReturnUrl'] = self.automatic_return_url + data['automaticReturnUrl'] = self.automatic_return_url data['currencyCode'] = self.currency_code return data