From c064662783e1d517953eaedb5016095ba56202c2 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Sun, 29 Sep 2024 11:56:05 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20PayPal=E8=AE=B0=E5=BD=95:=20=E6=98=BE?= =?UTF-8?q?=E7=A4=BApending=E7=9A=84=E5=8E=9F=E5=9B=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/paypal/views/note_list.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/webht/third_party/paypal/views/note_list.php b/webht/third_party/paypal/views/note_list.php index 6cc33eac..029bfeca 100644 --- a/webht/third_party/paypal/views/note_list.php +++ b/webht/third_party/paypal/views/note_list.php @@ -254,6 +254,7 @@
  • pn_send == 'send' || substr($item->pn_send, 0, 5) == "send-") { @@ -267,8 +268,14 @@ } else { $class_css = 'btn-danger'; $show_send = $item->pn_payment_status ? $item->pn_payment_status : $raw_content->txn_type; + // $show_send .= '. '; + $status_detail .= isset($raw_content->resource->status_details) ? $raw_content->resource->status_details->reason : ''; } ?> + + + +