Skip to content

Commit 804dbc2

Browse files
authored
Merge pull request magento#206 from magento-gl/spartans_pr_04082025
[Spartans] Bug Fix Deliver
2 parents bb61e56 + 17c1965 commit 804dbc2

File tree

2 files changed

+397
-2
lines changed

2 files changed

+397
-2
lines changed

ReCaptchaUi/Model/RequestHandler.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ public function execute(
112112
try {
113113
$reCaptchaResponse = $this->captchaResponseResolver->resolve($request);
114114
} catch (InputException $e) {
115-
$this->logger->error($e);
116-
$this->processError($response, [], $redirectOnFailureUrl, $key);
115+
$errorMessages['missing-input-response'] = $e->getMessage();
116+
$this->processError($response, $errorMessages, $redirectOnFailureUrl, $key);
117117
return;
118118
}
119119

0 commit comments

Comments
 (0)