mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-24 23:13:59 +00:00
test appprove group mapping transaction api
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user