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

# Conflicts:
#	routes/web.php
This commit is contained in:
edmondlang
2025-02-20 10:30:12 +08:00
2 changed files with 2 additions and 2 deletions
@@ -57,7 +57,7 @@
$serviceCharge = $transaction->service_charge;
if (isset($current_paid_amount)) {
$refundedServiceCharge = $subtotal + $serviceCharge - $current_paid_amount;
$serviceCharge = $serviceCharge - $refundedServiceCharge;
$serviceCharge = $serviceCharge - $refundedServiceCharge + $voucherDiscount;
}
?>
<td class="right">{{ number_format($serviceCharge, 2) }}</td>
+1 -1
View File
@@ -1342,4 +1342,4 @@ Route::get('/site.webmanifest', function () {
Route::get('/test-test', function () {
dd('test-test');
});
});