Skip to content

Commit

Permalink
main: change BasePos@getCompanySecretInformations method name to `B…
Browse files Browse the repository at this point in the history
…asePos@getCompanySecretCredentials`
  • Loading branch information
mkeremcansev committed Dec 16, 2023
1 parent 98e66d7 commit 126bfd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Services/BasePOS.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ public function __construct()

public function http(): PendingRequest
{
return Http::withHeaders($this->getCompanySecretInformations());
return Http::withHeaders($this->getCompanySecretCredentials());
}

public function getCompanySecretInformations(): array
public function getCompanySecretCredentials(): array
{
return [
'MerchantId' => config('isyerim-pos.merchant_id'),
Expand Down

0 comments on commit 126bfd5

Please sign in to comment.