Skip to content

Commit

Permalink
bug check 02
Browse files Browse the repository at this point in the history
  • Loading branch information
mah-shamim committed May 4, 2024
1 parent f161b92 commit 50b0384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Vendors/IslamiBankApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -237,11 +237,11 @@ public function directCreditRemittance(array $data): array
$explodeValue = explode('|', $response['Envelope']['Body']);
$explodeValueCount = count($explodeValue) - 1;
$return['origin_response'] = $response['Envelope']['Body'];
/*if ($explodeValueCount > 0) {
if ($explodeValueCount > 0) {
$return['status'] = $explodeValue[0];
$return['status_code'] = $explodeValue[$explodeValueCount];
$return['message'] = $this->__responseCodeList($explodeValue[$explodeValueCount]);
}*/
}

return $return;
}
Expand Down

0 comments on commit 50b0384

Please sign in to comment.