From 6278dfc0a07159cdcb95b29493a860b218b3c26d Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Tue, 11 Oct 2011 11:08:18 +0200 Subject: [PATCH] Fixes return url for paypal payments. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- modules/payment/money/paypal.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/payment/money/paypal.inc.php b/modules/payment/money/paypal.inc.php index 521733a..41fbb6c 100644 --- a/modules/payment/money/paypal.inc.php +++ b/modules/payment/money/paypal.inc.php @@ -47,7 +47,7 @@ class PayPal $roboturl = str_replace("https://","http://",$globals->baseurl) . '/' . $platal->ns . "payment/paypal_return/" . S::v('uid') - . "?comment=" . urlencode(Env::v('comment')) . '?display=' . Post::i('display'); + . "?comment=" . urlencode(Env::v('comment')) . '&display=' . Post::i('display'); $this->infos = array( 'commercant' => array( -- 2.1.4