We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9340f8f commit c9e6df3Copy full SHA for c9e6df3
ReCaptchaCustomer/Observer/AjaxLoginObserver.php
@@ -80,6 +80,7 @@ public function __construct(
80
81
/**
82
* @inheritdoc
83
+ *
84
* @throws LocalizedException
85
*/
86
public function execute(Observer $observer): void
ReCaptchaCustomer/Test/Integration/EditFromTest.php
@@ -236,7 +236,7 @@ private function checkFailedPostResponse(array $postValues = []): void
236
237
$this->assertRedirect(self::stringStartsWith($this->url->getRouteUrl('customer/account/edit')));
238
$this->assertSessionMessages(
239
- self::equalTo(['reCAPTCHA verification failed']),
+ self::equalTo(['Something went wrong with reCAPTCHA. Please contact the store owner.']),
240
MessageInterface::TYPE_ERROR
241
);
242
0 commit comments