sips2: fix typo in variable name

This commit is contained in:
Frédéric Péters 2016-02-16 19:53:54 +01:00
parent 1872b62589
commit 7d8b62631c
1 changed files with 1 additions and 1 deletions

View File

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