test appprove group mapping transaction api

This commit is contained in:
edmondlang
2023-05-02 18:26:21 +07:00
parent 60d5406384
commit 48ed5e305b
@@ -71,7 +71,7 @@ class ApproveDuplicateBankStatementDetailsStatusLogic extends AbstractController
{
$bankSatementDetails = $this->fetchesBankStatementDetails->execute(['id' => $request->route('id')]);
$this->updatesBankStatementTransactionOwnerStatus->execute($bankSatementDetails, ApprovalStatus::APPROVED);
// $this->updatesBankStatementTransactionOwnerStatus->execute($bankSatementDetails, ApprovalStatus::APPROVED);
// todo-new: approve payments status, need to check the owner(if system is shipping, need to api with shipping portal)
// if ($bankSatementDetails->transaction->type === StatementTransactionOwnerType::SALES) {