Skip to content

Commit

Permalink
20210406 deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
securesubmit-buildmaster committed Apr 6, 2021
1 parent 196cfd2 commit 04fc1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gateways/GpApiConnector.php
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ public function doTransaction(
public function signIn()
{
$accessTokenInfo = $this->gpApiConfig->accessTokenInfo;
if (!empty($accessTokenInfo) && !empty($accessTokenInfo->getAccessToken())) {
if (!empty($accessTokenInfo) && !empty($accessTokenInfo->accessToken)) {
return;
}
$response = $this->getAccessToken();
Expand Down

0 comments on commit 04fc1fb

Please sign in to comment.