From bd8ef14f7085c25be6c75c7f1456703d66ef8035 Mon Sep 17 00:00:00 2001 From: gonzalo Date: Mon, 19 Jun 2017 11:21:35 -0300 Subject: [PATCH] change version --- Controller/WebHook/Index.php | 2 +- composer.json | 2 +- etc/module.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Controller/WebHook/Index.php b/Controller/WebHook/Index.php index c0dad0f7..cc33f817 100644 --- a/Controller/WebHook/Index.php +++ b/Controller/WebHook/Index.php @@ -85,7 +85,7 @@ public function execute() } else { $this->_helper->log('An empty request comes from ip: '.$this->_remoteAddress->getRemoteAddress()); - $result = $this->_ressultFactory->create(ResultFactory::TYPE_RAW)->setHttpResponseCode(403); + $result = $this->_ressultFactory->create(ResultFactory::TYPE_RAW)->setHttpResponseCode(200); return $result; } } diff --git a/composer.json b/composer.json index a86c7cdf..3d202727 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ }, "description": "Connect MailChimp with Magento", "type": "magento2-module", - "version": "1.0.15", + "version": "1.0.16", "authors": [ { "name": "Ebizmarts Corp", diff --git a/etc/module.xml b/etc/module.xml index 89664933..40c4eaff 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -11,7 +11,7 @@ */ --> - +