diff --git a/webht/third_party/paypal/views/note_setting.php b/webht/third_party/paypal/views/note_setting.php
index dd492f2f..241f3bc6 100644
--- a/webht/third_party/paypal/views/note_setting.php
+++ b/webht/third_party/paypal/views/note_setting.php
@@ -12,8 +12,6 @@
客人姓名,邮箱
pn_payer ?> , pn_payer_email ?>
-
-
- 产品名
- pn_item_name ?>
@@ -26,15 +24,28 @@
- 付款时间
- pn_payment_date) + 3600 * 8); ?>
+
+ - 备注 / 留言
+ -
+ pn_memo);
+ if (isset($content->memo)) {
+ echo $content->memo . "
";
+ }
+ if (isset($content->transaction_subject)) {
+ echo $content->transaction_subject;
+ } ?>
+
+
- 订单号
-
-
+
-
+
@@ -51,8 +62,8 @@
echo "COLI_ID => $order_info->COLI_ID
";
echo "OPI_Email => $order_info->OPI_Email
";
echo "OPI_Name => $order_info->OPI_Name
";
- echo!empty($order_info->COLI_GroupCode) ? "COLI_GroupCode => $order_info->COLI_GroupCode
" : false;
- echo!empty($order_info->COLI_OrderDetailText) ? "COLI_OrderDetailText => $order_info->COLI_OrderDetailText\n" : false;
+ echo !empty($order_info->COLI_GroupCode) ? "COLI_GroupCode => $order_info->COLI_GroupCode
" : false;
+ echo !empty($order_info->COLI_OrderDetailText) ? "COLI_OrderDetailText => $order_info->COLI_OrderDetailText\n" : false;
} else {
echo '找不到订单内容';
}
@@ -61,8 +72,10 @@
- - 原始数据
- - "', $note->pn_memo); ?>
+ - 原始数据
+ -
+ "', $note->pn_memo); ?>
+