Endpoint Get Through Method

This commit is contained in:
devansh bawari 2021-06-28 11:07:39 +05:30
parent 4d763250b3
commit f5c50726a7
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ class Captcha implements CaptchaContract
{
$client = new \GuzzleHttp\Client();
$response = $client->post(static::SITE_VERIFY_ENDPOINT, [
$response = $client->post($this->getSiteVerifyEndpoint(), [
'query' => [
'secret' => $this->secretKey,
'response' => $response