diff --git a/webht/third_party/pay/views/payment_list.php b/webht/third_party/pay/views/payment_list.php
index a0537372..50485cd7 100644
--- a/webht/third_party/pay/views/payment_list.php
+++ b/webht/third_party/pay/views/payment_list.php
@@ -265,7 +265,14 @@
brand_name))."-color"; ?>">brand_name; ?>
OPN_fundSource)))."-color"; ?>">OPN_fundSource); ?>
- OPN_orderId; ?>
+ OPN_orderId; ?>
OPN_orderId . ' / ' ?> / OPN_orderAmount; ?>OPN_currency; ?>
OPN_orderId . ' / ' . $item->OPN_orderAmount . $item->OPN_currency; ?>
@@ -275,10 +282,10 @@
app_name) { ?>
app_name))."-color"; ?>">app_name; ?>
- OPN_subject) { ?>
- = $item->OPN_subject ?>
+ OPN_remark) { ?>
+ = $item->OPN_remark ?>
- = $item->OPN_remark ?>
+ = $item->OPN_subject ?>
OPN_subject ? "{$item->OPN_subject}" : ''; ?>
OPN_remark ? "{$item->OPN_remark} " : ''; ?>
|