Merge branch 'master' of gitlab.com:CIEFWorldwideSdnBhd/exchange-2.0 into development

# Conflicts:
#	config/logging.php
This commit is contained in:
edmondlang
2024-01-08 18:28:08 +08:00
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -115,6 +115,9 @@ return [
'driver' => 'single',
'path' => storage_path('logs/webResponseTimeLog.log'),
'level' => 'info',
'guzzleShippingPortal' => [
'driver' => 'errorlog',
'level' => 'debug',
],
],
@@ -15,7 +15,7 @@
$subtotal = "0";
$voucherDiscount = $voucher_redemption ? bcmul((string)$voucher_redemption->value, "-1", 2) : "0";
$displayedSubtotal = 0;
$currency_id = $transaction->currency_id;
$currency_id = $transaction->owner->fix_currency_id;
@endphp
@foreach ($po_order_transaction->transactionDetails as $key => $transaction_detail)