Skip to content

Commit 70ce72c

Browse files
v1.0.46
1 parent 3abc89d commit 70ce72c

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

Model/Service/DeliveryTimes.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class DeliveryTimes
2424
protected $connector;
2525
protected $deliveryTimeFactory;
2626
protected $timeWindowFactory;
27+
protected $timeSelectionFactory;
2728
protected $stockRegistry;
2829
protected $checkoutSession;
2930
/** @var \Magento\Config\Model\Config\Source\Locale\Weekdays */

Ui/Bulk/Actions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use DHLParcel\Shipping\Helper\Data;
66
use Magento\Framework\UrlInterface;
77

8-
class Actions extends \Magento\Ui\DataProvider\AbstractDataProvider implements \Zend\Stdlib\JsonSerializable
8+
class Actions extends \Magento\Ui\DataProvider\AbstractDataProvider implements \JsonSerializable
99
{
1010

1111
protected $data;

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dhlparcel/magento2-plugin",
33
"description": "DHL Parcel plugin for Magento 2",
44
"type": "magento2-module",
5-
"version": "1.0.45",
5+
"version": "1.0.46",
66
"license": [
77
"OSL-3.0"
88
],

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
21-
<module name="DHLParcel_Shipping" setup_version="1.0.45">
21+
<module name="DHLParcel_Shipping" setup_version="1.0.46">
2222
<sequence>
2323
<module name="Magento_Shipping"/>
2424
<module name="Magento_Checkout"/>

0 commit comments

Comments
 (0)