From 4fd2d59f71483985cd5afb83fe09ab6f44b332dc Mon Sep 17 00:00:00 2001 From: MD ARIFUL HAQUE Date: Sun, 5 May 2024 05:12:41 +0600 Subject: [PATCH] bug check 01 --- src/Vendors/IslamiBankApi.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Vendors/IslamiBankApi.php b/src/Vendors/IslamiBankApi.php index c75357f..1b01197 100644 --- a/src/Vendors/IslamiBankApi.php +++ b/src/Vendors/IslamiBankApi.php @@ -175,7 +175,7 @@ public function fetchRemittanceStatus(array $data): array */ public function directCreditRemittance(array $data): array { - //dd($data); + dd($data); $xmlString = ' '.$this->config[$this->status]['username'].' '.$this->config[$this->status]['password'].' @@ -396,6 +396,7 @@ 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 = [