mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-23 14:33:59 +00:00
test appprove group mapping transaction api
This commit is contained in:
+2
@@ -86,6 +86,8 @@ class ApproveDuplicateBankStatementDetailsStatusLogic extends AbstractController
|
||||
$otherBankStatement = $rejectedBankSatementDetails->first();
|
||||
|
||||
$otherSetBankStatement = StatementTransactionOwner::where('system', $otherBankStatement->system)->where('owner_type', $otherBankStatement->owner_type)->where('owner_id', $otherBankStatement->owner_id)->get();
|
||||
dump($request->route('id'));
|
||||
dd($otherSetBankStatement);
|
||||
foreach ($otherSetBankStatement as $otherStatement) {
|
||||
if ($otherStatement->id == $request->route('id')) {
|
||||
$this->updatesBankStatementTransactionOwnerStatus->execute($otherStatement, ApprovalStatus::REJECTED);
|
||||
|
||||
Reference in New Issue
Block a user