sips2: fix name of automaticResponseUrl field

This commit is contained in:
Frédéric Péters 2016-02-16 19:57:36 +01:00
parent 7d8b62631c
commit bf66a023d1
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:
data['automaticReturnUrl'] = self.automatic_return_url
data['automaticResponseUrl'] = self.automatic_return_url
data['currencyCode'] = self.currency_code
return data