mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-29 09:24:12 +00:00
Merge branch 'dillon/34.6-jenkins-vapor' into vapor/development
This commit is contained in:
+1
-1
@@ -97,7 +97,7 @@ class FetchContainersFromYdPortalV2Processor
|
||||
public function execute(PackingList $packingList)
|
||||
{
|
||||
Log::info('FetchContainersFromYdPortalV2Processor starts with packingList id '. $packingList->id);
|
||||
return;
|
||||
// return;
|
||||
|
||||
$time_start = microtime(true);
|
||||
|
||||
|
||||
+1
-1
@@ -56,7 +56,7 @@ class FetchContainersUpdatesFromYdPortalV2Processor
|
||||
public function execute(Container $container)
|
||||
{
|
||||
Log::info('FetchContainersUpdatesFromYdPortalV2Processor starts with container id ' . $container->id);
|
||||
return;
|
||||
// return;
|
||||
|
||||
$time_start = microtime(true);
|
||||
|
||||
|
||||
+1
-1
@@ -65,7 +65,7 @@ class FetchDeliveryUpdatesFromYdPortalV2Processor
|
||||
$packingList = PackingList::where('id', $packingListId)->first();
|
||||
|
||||
Log::info('FetchDeliveryUpdatesFromYdPortalV2Processor starts with packingList id ' . json_encode($packingList) );
|
||||
return;
|
||||
// return;
|
||||
|
||||
if(!$packingList->reference) return;
|
||||
$time_start = microtime(true);
|
||||
|
||||
+1
-2
@@ -205,8 +205,7 @@ class CheckStorageInvoiceTransactionProcessor
|
||||
$price_cbm = $pricePerCBM * $cbm * $resultNumberOfDaysExceeded;
|
||||
$dateToCompare = Carbon::parse(env('SST_START_DATE', '2024-04-01 00:00:00'));
|
||||
|
||||
|
||||
LogHelper::channel('storage_invoices')->info('storageInvoice: '.json_encode($storageInvoice).', $transaction->status: '.$transaction->status);
|
||||
LogHelper::channel('storage_invoices')->info('dateToCompare: '.json_encode($dateToCompare));
|
||||
if(!$storageInvoice && $resultNumberOfDaysExceeded > 0 && $transaction->status != ApprovalStatus::COMPLETED){
|
||||
LogHelper::channel('storage_invoices')->info('Created $transaction->id: '.$transaction->id);
|
||||
$billNumber = $this->generatesTransactionBillNumber->execute('STOR-');
|
||||
|
||||
Reference in New Issue
Block a user