mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-09-02 11:23:58 +00:00
Merge branch 'vapor/production' of gitlab.com:CIEFWorldwideSdnBhd/exchange-2.0 into vapor/staging
# Conflicts: # routes/web.php
This commit is contained in:
@@ -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
@@ -1342,4 +1342,4 @@ Route::get('/site.webmanifest', function () {
|
||||
|
||||
Route::get('/test-test', function () {
|
||||
dd('test-test');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user