automatically complete tasks

This commit is contained in:
Omair Saleh
2023-06-15 06:07:34 +08:00
parent c0dcdfd942
commit 9e40be83f0
@@ -95,7 +95,6 @@ class CreateSupplierTransactionProcessor
/** @var Transaction $billTransaction */
$billTransaction = $this->createsTransaction->execute($payment, $object);
$this->updatesTransactionStatus->execute($billTransaction, ApprovalStatus::PENDING_VERIFICATION);
dd($billTransaction);
$this->pushBill($billTransaction);
$transferFeeNumber = $this->generatesTransactionBillNumber->execute('TRFR-');