Skip to content

Commit 859daae

Browse files
committed
ACP2E-4049: Unknown IPNs from PayPal abuses application IPN processor
1 parent 66421e0 commit 859daae

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Paypal/Controller/Ipn

1 file changed

+1
-1
lines changed

app/code/Magento/Paypal/Controller/Ipn/Index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public function execute()
102102
// phpcs:ignore Magento2.Security.LanguageConstruct.ExitUsage
103103
exit;
104104
} catch (UnknownIpnException $e) {
105-
$this->_logger->critical($e);
105+
$this->_logger->warning($e);
106106
} catch (\Exception $e) {
107107
$this->_logger->critical($e);
108108
$this->getResponse()->setHttpResponseCode(500);

0 commit comments

Comments
 (0)