fix bill seeder

This commit is contained in:
omair saleh
2022-02-22 01:10:48 +08:00
parent 1c13b2e40b
commit c6c86d4495
@@ -85,7 +85,7 @@ class CreatePaymentProofDocumentLogic extends AbstractControllerLogic
$this->updatesTransactionStatus->execute($transaction, ApprovalStatus::APPROVED);
$this->createInvoiceTransactionProcessor->execute($transaction->booking);
$this->createInvoiceTransactionProcessor->execute($transaction->owner->booking);
return $this->response([]);
}