|
brand_name))."-color"; ?>">brand_name; ?>
OPN_fundSource)))."-color"; ?>">OPN_fundSource); ?>
- OPN_orderId . ' / ' ?>OPN_orderAmount; ?>OPN_currency; ?>
+
+ OPN_orderId; ?>
+
+ OPN_orderId . ' / ' ?> / OPN_orderAmount; ?>OPN_currency; ?>
OPN_orderId . ' / ' . $item->OPN_orderAmount . $item->OPN_currency; ?>
|
- = $item->OPN_payerName ? $item->OPN_payerName : $item->OPN_payerEmail ?> |
+ = $item->OPN_payerName .' '. $item->OPN_payerEmail ?> |
app_name) { ?>
app_name))."-color"; ?>">app_name; ?>
@@ -305,7 +308,9 @@
?>
OPN_transactionResult !== 'completed') {
- echo '' . strtoupper($item->OPN_transactionResult) . ' ';
+ $cls = $item->OPN_transactionResult == 'declined' ? 'text-danger' : 'text-muted';
+ $text = strtoupper($item->OPN_transactionResult);
+ echo "{$text} ";
} elseif ($item->OPN_noticeType !== 'pay') {
echo '' . strtoupper($item->OPN_noticeType) . ' ';
} else {
|