From 29e4d76d3ba80dee2cfc35ea1b98cf95b99235b7 Mon Sep 17 00:00:00 2001 From: devansh bawari Date: Fri, 25 Jun 2021 20:15:39 +0530 Subject: [PATCH] Hardcoded Text Removed --- 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 13af80402..1d9fca522 100644 --- a/packages/Webkul/Customer/src/Captcha.php +++ b/packages/Webkul/Customer/src/Captcha.php @@ -119,7 +119,7 @@ class Captcha implements CaptchaContract $response = $client->post(static::SITE_VERIFY_ENDPOINT, [ 'query' => [ - 'secret' => '6LcUYlYbAAAAAKi3vUJ62a9QEk4JvPfbLoizTajz', + 'secret' => $this->secretKey, 'response' => $response ] ]);