diff --git a/webht/third_party/paypal/controllers/index.php b/webht/third_party/paypal/controllers/index.php index 6638866b..43e1b6d0 100644 --- a/webht/third_party/paypal/controllers/index.php +++ b/webht/third_party/paypal/controllers/index.php @@ -920,7 +920,7 @@ class Index extends CI_Controller { $API = new stdClass(); $API->payee = $payee; - $API->res_links = $res_links; + // $API->res_links = $res_links; $API_str = json_encode($API, JSON_UNESCAPED_SLASHES);