From 179a2e5fc9b6997ae8dad86ba84002f3e9970a52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 30 Apr 2011 18:30:05 +0200 Subject: [PATCH] Pass next_url to backend --- eopayment/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): '''