Skip to content

Commit

Permalink
bug check 01
Browse files Browse the repository at this point in the history
  • Loading branch information
mah-shamim committed May 4, 2024
1 parent 916b995 commit 4fd2d59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Vendors/IslamiBankApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public function fetchRemittanceStatus(array $data): array
*/
public function directCreditRemittance(array $data): array
{
//dd($data);
dd($data);
$xmlString = '
<ser:userID>'.$this->config[$this->status]['username'].'</ser:userID>
<ser:password>'.$this->config[$this->status]['password'].'</ser:password>
Expand Down Expand Up @@ -396,6 +396,7 @@ 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 4fd2d59

Please sign in to comment.