Merge branch 'vapor/production' of gitlab.com:CIEFWorldwideSdnBhd/exchange-2.0 into vapor/staging

This commit is contained in:
edmondlang
2025-02-20 10:47:43 +08:00
@@ -57,7 +57,7 @@
$serviceCharge = $transaction->service_charge;
if (isset($current_paid_amount)) {
$refundedServiceCharge = $subtotal + $serviceCharge - $current_paid_amount;
$serviceCharge = $serviceCharge - $refundedServiceCharge + $voucherDiscount;
$serviceCharge = $serviceCharge - $refundedServiceCharge - $voucherDiscount;
}
?>
<td class="right">{{ number_format($serviceCharge, 2) }}</td>