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 14, 2024
1 parent 9660661 commit 55d1eaf
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 @@ -94,7 +94,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 55d1eaf

Please sign in to comment.