Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/service-vendor-api' into service…
Browse files Browse the repository at this point in the history
…-vendor-api
  • Loading branch information
mah-shamim committed May 4, 2024
2 parents 9c6c5b3 + 11323aa commit cd58d82
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Vendors/IslamiBankApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -368,11 +368,6 @@ private function connectionCheck($xml_post_string, $method): array
return Utility::parseXml($response->body());
}

/**
* @param $string
* @param $method
* @return string
*/
public function xmlGenerate($string, $method): string
{
return <<<XML
Expand All @@ -391,8 +386,6 @@ public function xmlGenerate($string, $method): string
/**
* Response Code List
* These codes will return in all operations.
* @param int|string $code
* @return string
*/
private function __responseCodeList(int|string $code): string
{
Expand Down

0 comments on commit cd58d82

Please sign in to comment.