Laravel Vapor - Remove comments

This commit is contained in:
Dillon Ngo
2024-11-12 07:59:38 +08:00
parent 5808fd0b2f
commit 9518928b7d
@@ -69,7 +69,6 @@ class ReleaseGoodsToCustomerProcessor
Log::channel('storage_invoices')->info('ReleaseGoodsToCustomerProcessor updatesTransactionStatus');
$this->updatesTransactionStatus->execute($invoice, ApprovalStatus::COMPLETED);
//cief todo: remove the following if block
if($invoice->type === TransactionType::STORAGE_INVOICE){
Log::channel('storage_invoices')->info('ReleaseGoodsToCustomerProcessor createStorageInvoiceDocTransactionProcessor');
$this->createStorageInvoiceDocTransactionProcessor->execute($packingList);