Skip to content
This repository was archived by the owner on Jan 17, 2023. It is now read-only.

Commit 50f2b52

Browse files
committed
Fix a typo in the authentication test method
1 parent fef39b5 commit 50f2b52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Vend/Api/AuthenticationGateway.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ protected function canAuthenticateUser($token)
239239
{
240240
return $this->getClientId()
241241
&& $this->getClientSecret()
242-
&& $temporaryToken;
242+
&& $token;
243243
}
244244

245245
/**

0 commit comments

Comments
 (0)