Skip to content
Snippets Groups Projects
Commit 8e875737 authored by Stanislav Idolov's avatar Stanislav Idolov
Browse files

MAGETWO-58039: Table rate shipping not applying correctly - for mainline

parent 4f6281da
No related merge requests found
...@@ -71,4 +71,4 @@ $salesRule->save(); ...@@ -71,4 +71,4 @@ $salesRule->save();
$registry = $objectManager->get(\Magento\Framework\Registry::class); $registry = $objectManager->get(\Magento\Framework\Registry::class);
$registry->unregister('cart_rule_free_shipping'); $registry->unregister('cart_rule_free_shipping');
$registry->register('cart_rule_free_shipping', $salesRule); $registry->register('cart_rule_free_shipping', $salesRule);
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment