perf: PayPal记录

webht/payment
Lei OT 10 months ago
parent 2a50bae00c
commit 9107425120

@ -228,8 +228,10 @@
<span class="brand_text <?php echo strtolower(str_replace(" ","",$item->fundsource))."-color"; ?>"><?php echo ($item->fundsource=== 'unknown' ? $raw_content->txn_type : $item->fundsource); ?></span>
<a href="<?php $p_invoice = explode('_', $item->pn_invoice); echo site_url('apps/paypal/index/note_list?search_key='.($p_invoice[0] ? $p_invoice[0] : $item->pn_invoice)); ?>"><?php echo $item->pn_invoice; ?></a>
<span>/</span>
<a class="seen" target="_blank" href="<?php echo site_url('apps/paypal/index/detail_ht/' . $item->pn_txn_id); ?>">
<?php echo htmlentities($item->pn_invoice) . ' / ' . $item->pn_mc_gross . $item->pn_mc_currency . ' / ' . $item->pn_payer; ?>
<?php echo $item->pn_mc_gross . $item->pn_mc_currency . ' / ' . $item->pn_payer; ?>
</a></li>
<li class="col-sm-4 nopadding-L" style="overflow:hidden;word-break: break-all;height: 25px;">

Loading…
Cancel
Save