Skip to content

Commit

Permalink
v1.0.46
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisvanderhammen-devnl committed Feb 26, 2024
1 parent 3abc89d commit 70ce72c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Model/Service/DeliveryTimes.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class DeliveryTimes
protected $connector;
protected $deliveryTimeFactory;
protected $timeWindowFactory;
protected $timeSelectionFactory;
protected $stockRegistry;
protected $checkoutSession;
/** @var \Magento\Config\Model\Config\Source\Locale\Weekdays */
Expand Down
2 changes: 1 addition & 1 deletion Ui/Bulk/Actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use DHLParcel\Shipping\Helper\Data;
use Magento\Framework\UrlInterface;

class Actions extends \Magento\Ui\DataProvider\AbstractDataProvider implements \Zend\Stdlib\JsonSerializable
class Actions extends \Magento\Ui\DataProvider\AbstractDataProvider implements \JsonSerializable
{

protected $data;
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": "dhlparcel/magento2-plugin",
"description": "DHL Parcel plugin for Magento 2",
"type": "magento2-module",
"version": "1.0.45",
"version": "1.0.46",
"license": [
"OSL-3.0"
],
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="DHLParcel_Shipping" setup_version="1.0.45">
<module name="DHLParcel_Shipping" setup_version="1.0.46">
<sequence>
<module name="Magento_Shipping"/>
<module name="Magento_Checkout"/>
Expand Down

0 comments on commit 70ce72c

Please sign in to comment.