Pass next_url to backend

This commit is contained in:
Frédéric Péters 2011-04-30 18:30:05 +02:00 committed by Benjamin Dauvergne
parent d016fab950
commit 36889dd7ad
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,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):
'''