diff --git a/code/PayPalExpressCheckoutPayment.php b/code/PayPalExpressCheckoutPayment.php index 07c2a83..07a8b64 100644 --- a/code/PayPalExpressCheckoutPayment.php +++ b/code/PayPalExpressCheckoutPayment.php @@ -474,7 +474,7 @@ class PayPalExpressCheckoutPayment_Handler extends Controller { public function Link($action = null) { return Controller::join_links( - Director::baseURL(), + Director::baseURL(), $this->Config()->get("url_segment"), $action );