We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4bd65c commit 05c90ddCopy full SHA for 05c90dd
Controller/WebHook/Index.php
@@ -94,7 +94,6 @@ public function execute()
94
$result->setHttpResponseCode(403);
95
return $result;
96
}
97
- $this->_helper->log($this->getRequest()->getPost());
98
if ($this->getRequest()->getPost('type')) {
99
$request = $this->getRequest()->getPost();
100
if ($this->_helper->getConfigValue(\Ebizmarts\MailChimp\Helper\Data::XML_PATH_WEBHOOK_ACTIVE) ||
0 commit comments