Skip to content

Commit

Permalink
remove exit()
Browse files Browse the repository at this point in the history
  • Loading branch information
mah-shamim committed May 17, 2024
1 parent fe5a3dc commit 70e3e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Vendors/IslamiBankApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function fetchAccountDetail(array $data): array
private function connectionCheck($xml_post_string, $method): array
{
$xml_string = $this->xmlGenerate($xml_post_string, $method);
dump($method.'<br>'.$xml_string);exit();
dump($method.'<br>'.$xml_string);
$response = Http::soap($this->apiUrl, $method, $xml_string);

// $headers = [
Expand Down

0 comments on commit 70e3e9a

Please sign in to comment.