Skip to content

Commit 2a00459

Browse files
committed
MAGETWO-36806: Integration of Enhanced Data Grids
- Fix provider.
1 parent 201ae4f commit 2a00459

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/code/Magento/Checkout/view/frontend/layout/checkout_onepage_index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
</item>
315315
</item>
316316
<item name="checkoutProvider" xsi:type="array">
317-
<item name="component" xsi:type="string">Magento_Ui/js/lib/provider</item>
317+
<item name="component" xsi:type="string">uiComponent</item>
318318
</item>
319319
</item>
320320
</argument>

app/code/Magento/Checkout/view/frontend/web/js/action/select-shipping-address.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ define(
5858
quote.setBillingAddress(null);
5959
quote.setFormattedBillingAddress(null);
6060
quote.setFormattedShippingAddress(null);
61-
quote.setSubtotal(null);
6261
if (typeof actionCallback == 'function') {
6362
actionCallback(false);
6463
}

0 commit comments

Comments
 (0)