Skip to content

Commit

Permalink
Release V1.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
roerlemans committed Apr 14, 2021
1 parent 8a5bc7b commit d2308d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
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.21",
"version": "1.0.22",
"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.21">
<module name="DHLParcel_Shipping" setup_version="1.0.22">
<sequence>
<module name="Magento_Shipping"/>
<module name="Magento_Checkout"/>
Expand Down
3 changes: 3 additions & 0 deletions view/frontend/web/js/view/deliveryoptions-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,9 @@ define([
if (sequence === 1 && $('.iosc-place-order-button').length === 0) {
// Ignore the first sequence as it only double refreshes. The first one is always called due to the subscription
// But make an exception for Onestepcheckout

// Update sequence for this skip
window.dhlparcel_shipping_services_current_request_sequence_validation = sequence;
return;
}

Expand Down

0 comments on commit d2308d1

Please sign in to comment.