Skip to content

Commit

Permalink
Merge pull request #19 from Paazl/1.1.2
Browse files Browse the repository at this point in the history
1.1.2
  • Loading branch information
Marvin-Magmodules authored Oct 21, 2019
2 parents 3087f27 + 11bff74 commit 84cea1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Controller/Adminhtml/Order/Data/Send.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -23,7 +23,7 @@
/**
* Controller Send
*/
class Send extends Action implements HttpPostActionInterface
class Send extends Action implements ActionInterface
{
/** @var JsonFactory */
protected $resultJsonFactory;
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Paazl_CheckoutWidget" setup_version="1.1.1">
<module name="Paazl_CheckoutWidget" setup_version="1.1.2">
<sequence>
<module name="Magento_Checkout"/>
</sequence>
Expand Down

0 comments on commit 84cea1e

Please sign in to comment.