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

MAGETWO-44005: Checkout with Paypal Express button becomes unavailable after...

MAGETWO-44005: Checkout with Paypal Express button becomes unavailable after changing quantity in Mini Shopping Cart
parent da50a504
Branches
No related merge requests found
...@@ -72,6 +72,12 @@ define([ ...@@ -72,6 +72,12 @@ define([
this.isLoading(addToCartCalls > 0); this.isLoading(addToCartCalls > 0);
sidebarInitialized = false; sidebarInitialized = false;
initSidebar(); initSidebar();
/**TODO: Extra options support. Should be refactored after MAGETWO-43159. */
setInterval(function(){
minicart.trigger('contentUpdated');
}, 500);
}, this); }, this);
$('[data-block="minicart"]').on('contentLoading', function(event) { $('[data-block="minicart"]').on('contentLoading', function(event) {
addToCartCalls++; addToCartCalls++;
......
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