Skip to content

Commit 04fc1fb

Browse files
20210406 deployment
1 parent 196cfd2 commit 04fc1fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Gateways/GpApiConnector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ public function doTransaction(
210210
public function signIn()
211211
{
212212
$accessTokenInfo = $this->gpApiConfig->accessTokenInfo;
213-
if (!empty($accessTokenInfo) && !empty($accessTokenInfo->getAccessToken())) {
213+
if (!empty($accessTokenInfo) && !empty($accessTokenInfo->accessToken)) {
214214
return;
215215
}
216216
$response = $this->getAccessToken();

0 commit comments

Comments
 (0)