= htmlspecialchars((string)($order['order_no'] ?? '-'), ENT_QUOTES, 'UTF-8') ?>
= htmlspecialchars((string)($order['status'] ?? 'pending'), ENT_QUOTES, 'UTF-8') ?>
= htmlspecialchars((string)($order['email'] ?? ''), ENT_QUOTES, 'UTF-8') ?>
= htmlspecialchars((string)($order['currency'] ?? $currency), ENT_QUOTES, 'UTF-8') ?> = number_format((float)($order['payment_net'] ?? $order['total'] ?? 0), 2) ?>
Before fees = htmlspecialchars((string)($order['currency'] ?? $currency), ENT_QUOTES, 'UTF-8') ?> = number_format((float)($order['payment_gross'] ?? $order['total'] ?? 0), 2) ?>
Fees = htmlspecialchars((string)($order['currency'] ?? $currency), ENT_QUOTES, 'UTF-8') ?> = number_format((float)($order['payment_fee'] ?? 0), 2) ?>