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 6, 2024
2 parents d9912a0 + 6e6afd1 commit 26d865f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions src/Http/Controllers/VendorTestController.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ private function __dummyCashPickUpOrderData(): array
'restored_at' => null,
];
}

private function __dummyBankTransferOrderData(): array
{
return [
Expand Down Expand Up @@ -225,6 +226,7 @@ private function __dummyBankTransferOrderData(): array
'restored_at' => null,
];
}

private function __dummyWalletTransferOrderData(): array
{
return [
Expand Down
5 changes: 0 additions & 5 deletions src/Vendors/IslamiBankApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,6 @@ private function __beneficiaryIdentityTypeCode(int $code): string
* Account Type Code
* Please send the following two-digit code against the different types of account.
*
* @param string $code
* @return array|string|string[]
*/
private function __accountTypeCode(string $code): array|string
Expand Down Expand Up @@ -787,10 +786,6 @@ public function requestQuotation($order): array
return [];
}

/**
* @param array $data
* @return array
*/
private function __transferData(array $data): array
{
$transferData['additionalField1'] = '?';
Expand Down

0 comments on commit 26d865f

Please sign in to comment.