From f5c50726a730b020dbd2a03d3382d99b7ae71d23 Mon Sep 17 00:00:00 2001 From: devansh bawari Date: Mon, 28 Jun 2021 11:07:39 +0530 Subject: [PATCH] Endpoint Get Through Method --- packages/Webkul/Customer/src/Captcha.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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