From: Raphaël Barrois Date: Thu, 2 Sep 2010 17:09:47 +0000 (+0100) Subject: Fix issue with Geocoding for Paypal payment. X-Git-Tag: xorg/1.0.1~15^2~12 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=587e56d0699c23a0bf28fffd39e120efdcd7aa8f;p=platal.git Fix issue with Geocoding for Paypal payment. Signed-off-by: Raphaël Barrois --- 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();