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 66421e0 commit 859daaeCopy full SHA for 859daae
app/code/Magento/Paypal/Controller/Ipn/Index.php
@@ -102,7 +102,7 @@ public function execute()
102
// phpcs:ignore Magento2.Security.LanguageConstruct.ExitUsage
103
exit;
104
} catch (UnknownIpnException $e) {
105
- $this->_logger->critical($e);
+ $this->_logger->warning($e);
106
} catch (\Exception $e) {
107
$this->_logger->critical($e);
108
$this->getResponse()->setHttpResponseCode(500);
0 commit comments