We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 196cfd2 commit 04fc1fbCopy full SHA for 04fc1fb
src/Gateways/GpApiConnector.php
@@ -210,7 +210,7 @@ public function doTransaction(
210
public function signIn()
211
{
212
$accessTokenInfo = $this->gpApiConfig->accessTokenInfo;
213
- if (!empty($accessTokenInfo) && !empty($accessTokenInfo->getAccessToken())) {
+ if (!empty($accessTokenInfo) && !empty($accessTokenInfo->accessToken)) {
214
return;
215
}
216
$response = $this->getAccessToken();
0 commit comments