Skip to content

Commit

Permalink
tracker status updated
Browse files Browse the repository at this point in the history
  • Loading branch information
hafijul233 committed Nov 11, 2024
1 parent 21514fd commit aa08d16
Show file tree
Hide file tree
Showing 2 changed files with 301 additions and 267 deletions.
2 changes: 1 addition & 1 deletion src/Services/BankTransferService.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public function create(array $inputs = []): ?BaseModel
'flag' => 'create',
'timestamp' => now(),
];
$inputs['order_data']['beneficiary_data'] = Banco::beneficiary()->manageBeneficiaryData([...$inputs['order_data'], $inputs['source_country_id']]);
$inputs['order_data']['beneficiary_data'] = Banco::beneficiary()->manageBeneficiaryData([...$inputs['order_data'], 'source_country_id' => $inputs['source_country_id']]);
$inputs['order_data']['service_stat_data'] = Business::serviceStat()->serviceStateData([
'role_id' => $inputs['order_data']['role_id'],
'reverse' => false,
Expand Down
Loading

0 comments on commit aa08d16

Please sign in to comment.