Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brokeyourbike committed Oct 21, 2021
1 parent ed6c74a commit 02ff179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function __construct(ConfigInterface $config, ClientInterface $httpClient

public function authTokenCacheKey(): string
{
$liveKey = $this->config->isLive() ? 'live' : 'sanbdox';
$liveKey = $this->config->isLive() ? 'live' : 'sandbox';
return __CLASS__ . ':authToken:' . $liveKey;
}

Expand Down

0 comments on commit 02ff179

Please sign in to comment.