@@ -45,7 +45,7 @@ class IdCardRequestProvider implements ProviderInterface
try {
$valid = Altcha::verifySolution(
- $altchaPayload,
+ urldecode($altchaPayload),
$this->hmacKey,
true
);