diff --git a/Controller/Adminhtml/Order/Data/Send.php b/Controller/Adminhtml/Order/Data/Send.php
index 66db120..824555d 100644
--- a/Controller/Adminhtml/Order/Data/Send.php
+++ b/Controller/Adminhtml/Order/Data/Send.php
@@ -6,7 +6,7 @@
namespace Paazl\CheckoutWidget\Controller\Adminhtml\Order\Data;
-use Magento\Framework\App\Action\HttpPostActionInterface;
+use Magento\Framework\App\ActionInterface;
use Magento\Framework\Exception\InputException;
use Magento\Framework\Exception\NoSuchEntityException;
use Magento\Sales\Api\OrderRepositoryInterface;
@@ -23,7 +23,7 @@
/**
* Controller Send
*/
-class Send extends Action implements HttpPostActionInterface
+class Send extends Action implements ActionInterface
{
/** @var JsonFactory */
protected $resultJsonFactory;
diff --git a/composer.json b/composer.json
index 2723744..7074ef0 100755
--- a/composer.json
+++ b/composer.json
@@ -2,7 +2,7 @@
"name": "paazl/magento2-checkout-widget",
"description": "Paazl checkoutWidget for Magento 2",
"type": "magento2-module",
- "version": "1.1.1",
+ "version": "1.1.2",
"keywords": [
"Paazl",
"Magento 2",
diff --git a/etc/module.xml b/etc/module.xml
index d4c9d28..f3048ab 100755
--- a/etc/module.xml
+++ b/etc/module.xml
@@ -5,7 +5,7 @@
-->
-
+