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 : '';
}
?>
+
+
+
+