Closed smirgol closed 8 months ago
I'm having the issue where the secret to check is null, as is the Client::$secret. The call to the secret check throws an exception, though, since the check method does not accept a null value. I've changed the method to also accept null values.
null
Client::$secret
I'm having the issue where the secret to check is
null
, as is theClient::$secret
. The call to the secret check throws an exception, though, since the check method does not accept anull
value. I've changed the method to also acceptnull
values.