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 055d18b + 9c1192f commit 29c8819
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/Vendors/IslamiBankApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -398,9 +398,6 @@ public function xmlGenerate($string, $method): string
/**
* Response Code List
* These codes will return in all operations.
*
* @param int $code
* @return string
*/
private function __responseCodeList(int $code): string
{
Expand Down Expand Up @@ -488,9 +485,6 @@ private function __responseCodeList(int $code): string
/**
* Response Status Code List
* These codes will return in only Fetch Remittance Status (fetchWSMessageStatus) operation.
*
* @param string $code
* @return string
*/
private function __responseStatusCodeList(string $code): string
{
Expand Down Expand Up @@ -525,9 +519,6 @@ private function __responseStatusCodeList(string $code): string

/**
* Instrument/Payment Type Code
*
* @param int $code
* @return string
*/
private function __instrumentOrPaymentTypeCode(int $code): string
{
Expand All @@ -546,9 +537,6 @@ private function __instrumentOrPaymentTypeCode(int $code): string

/**
* Beneficiary Identity Type Code
*
* @param int $code
* @return string
*/
private function __beneficiaryIdentityTypeCode(int $code): string
{
Expand Down

0 comments on commit 29c8819

Please sign in to comment.