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 5451642 commit 6f1b313Copy full SHA for 6f1b313
ReCaptchaPaypal/Observer/PayPalObserver.php
@@ -25,7 +25,9 @@
25
use Psr\Log\LoggerInterface;
26
27
/**
28
- * AjaxLoginObserver
+ * reCaptcha support for PayPal Payflow Pro Integration.
29
+ *
30
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
31
*/
32
class PayPalObserver implements ObserverInterface
33
{
ReCaptchaUser/Observer/LoginObserver.php
@@ -126,6 +126,8 @@ public function execute(Observer $observer): void
126
} catch (InputException $e) {
127
$this->logger->error($e);
128
$this->processError([], $key);
129
+
130
+ return;
131
}
132
133
$validationResult = $this->captchaValidator->isValid($reCaptchaResponse, $validationConfig);
0 commit comments