File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff line change 55use DHLParcel \Shipping \Helper \Data ;
66use 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 ;
Original file line number Diff line number Diff line change 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 ],
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments