Skip to content

Commit

Permalink
Hardcoded Text Removed
Browse files Browse the repository at this point in the history
  • Loading branch information
devansh-webkul committed Jun 25, 2021
1 parent 7969413 commit 29e4d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/Webkul/Customer/src/Captcha.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public function validateResponse($response): bool

$response = $client->post(static::SITE_VERIFY_ENDPOINT, [
'query' => [
'secret' => '6LcUYlYbAAAAAKi3vUJ62a9QEk4JvPfbLoizTajz',
'secret' => $this->secretKey,
'response' => $response
]
]);
Expand Down

0 comments on commit 29e4d76

Please sign in to comment.