From a8b0179c8118a57b820baae408dcf12d0b7671b5 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Fri, 10 Oct 2025 13:41:13 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20PayPal=20=E4=BB=98=E6=AC=BE=E8=AE=B0?= =?UTF-8?q?=E5=BD=95,=20=E5=88=A0=E9=99=A4=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/paypal/controllers/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);