Pass next_url to backend

This commit is contained in:
Frédéric Péters 2011-04-30 18:30:05 +02:00
parent 5af4679368
commit 179a2e5fc9
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class Payment(object):
# present the form in HTML to the user
'''
return self.backend.request(amount, email=email)
return self.backend.request(amount, email=email, next_url=next_url)
def response(self, query_string):
'''