Skip to content

Commit d275c20

Browse files
AC-2044::Cart Price Rule with shipping method set as condition is not working Magento-removed unused js params
1 parent 4bd7bd2 commit d275c20

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

app/code/Magento/Checkout/view/frontend/web/js/model/shipping-rates-validator.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ define([
1717
'mage/translate',
1818
'uiRegistry',
1919
'Magento_Checkout/js/model/shipping-address/form-popup-state',
20-
'Magento_Checkout/js/action/set-shipping-information',
2120
'Magento_Checkout/js/model/quote'
2221
], function (
2322
$,
@@ -29,9 +28,7 @@ define([
2928
defaultValidator,
3029
$t,
3130
uiRegistry,
32-
formPopUpState,
33-
setShippingInformationAction,
34-
quote
31+
formPopUpState
3532
) {
3633
'use strict';
3734

0 commit comments

Comments
 (0)