diff --git a/packages/Webkul/Customer/src/Captcha.php b/packages/Webkul/Customer/src/Captcha.php index 1d9fca522..a0aa84685 100644 --- a/packages/Webkul/Customer/src/Captcha.php +++ b/packages/Webkul/Customer/src/Captcha.php @@ -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