From 587e56d0699c23a0bf28fffd39e120efdcd7aa8f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Barrois?= Date: Thu, 2 Sep 2010 18:09:47 +0100 Subject: [PATCH] Fix issue with Geocoding for Paypal payment. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Barrois --- modules/payment/money/paypal.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/payment/money/paypal.inc.php b/modules/payment/money/paypal.inc.php index e7ae70d..be1f2d0 100644 --- a/modules/payment/money/paypal.inc.php +++ b/modules/payment/money/paypal.inc.php @@ -42,6 +42,8 @@ class PayPal // the user must come back on the site. global $globals, $platal; + require_once 'geocoding.inc.php'; + $this->urlform = 'https://' . $globals->money->paypal_site . '/cgi-bin/webscr'; $user = S::user(); $name = $user->lastName(); -- 2.1.4