Skip to content

Commit d330813

Browse files
committed
security-package/issues/197: Recaptcha is not required for PayPal PayflowPro payment form
1 parent 531166e commit d330813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReCaptchaCustomer/Test/Integration/LoginFromTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ private function checkFailedPostResponse(array $postValues = []): void
225225
{
226226
$this->makePostRequest($postValues);
227227

228-
$this->assertRedirect(self::equalTo($this->url->getRouteUrl('customer/account/login')));
228+
$this->assertRedirect(self::stringStartsWith($this->url->getRouteUrl('customer/account/login')));
229229
$this->assertSessionMessages(
230230
self::equalTo(['reCAPTCHA verification failed']),
231231
MessageInterface::TYPE_ERROR

0 commit comments

Comments
 (0)