Skip to content

Commit 6eadce9

Browse files
author
Stanislav Idolov
committed
MAGETWO-44005: Checkout with Paypal Express button becomes unavailable after changing quantity in Mini Shopping Cart
1 parent da50a50 commit 6eadce9

File tree

1 file changed

+6
-0
lines changed
  • app/code/Magento/Checkout/view/frontend/web/js/view

1 file changed

+6
-0
lines changed

app/code/Magento/Checkout/view/frontend/web/js/view/minicart.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ define([
7272
this.isLoading(addToCartCalls > 0);
7373
sidebarInitialized = false;
7474
initSidebar();
75+
76+
/**TODO: Extra options support. Should be refactored after MAGETWO-43159. */
77+
setInterval(function(){
78+
minicart.trigger('contentUpdated');
79+
}, 500);
80+
7581
}, this);
7682
$('[data-block="minicart"]').on('contentLoading', function(event) {
7783
addToCartCalls++;

0 commit comments

Comments
 (0)