Skip to content

Commit

Permalink
exit() remove
Browse files Browse the repository at this point in the history
  • Loading branch information
mah-shamim committed May 4, 2024
1 parent 66edc2c commit 0930e34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Vendors/IslamiBankApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@ private function connectionCheck($xml_post_string, $method): array
{
$xml_string = $this->xmlGenerate($xml_post_string, $method);
dump($method.'<br>'.$xml_string);
exit();
$response = Http::soap($this->apiUrl, $method, $xml_string);

// $headers = [
Expand Down

0 comments on commit 0930e34

Please sign in to comment.