From 55d1eaf19c751cebf60a5e4e8c18146faca632f6 Mon Sep 17 00:00:00 2001 From: MD ARIFUL HAQUE Date: Wed, 15 May 2024 01:45:11 +0600 Subject: [PATCH] exit remove --- src/Vendors/IslamiBankApi.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Vendors/IslamiBankApi.php b/src/Vendors/IslamiBankApi.php index ca94ad4..88553e3 100644 --- a/src/Vendors/IslamiBankApi.php +++ b/src/Vendors/IslamiBankApi.php @@ -94,7 +94,6 @@ private function connectionCheck($xml_post_string, $method): array { $xml_string = $this->xmlGenerate($xml_post_string, $method); dump($method.'
'.$xml_string); - exit(); $response = Http::soap($this->apiUrl, $method, $xml_string); // $headers = [