sips2: pass correct URL as normalReturnUrl

This commit is contained in:
Frédéric Péters 2016-02-16 20:09:37 +01:00
parent bf66a023d1
commit f6820c86a6
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ class Payment(PaymentCommon):
"set normal_return_url in options", DeprecationWarning)
normal_return_url = next_url
if normal_return_url:
data['normalReturnUrl'] = next_url
data['normalReturnUrl'] = normal_return_url
form = Form(
url=self.get_url(),
method='POST',