diff --git a/eopayment/__init__.py b/eopayment/__init__.py index 4935bcb..0a9bceb 100644 --- a/eopayment/__init__.py +++ b/eopayment/__init__.py @@ -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): '''