We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 919dd8c commit 0381cabCopy full SHA for 0381cab
app/code/Magento/ConfigurableProduct/view/frontend/web/js/options-updater.js
@@ -26,7 +26,7 @@ define([
26
if (!(data && data.items && data.items.length && productId)) {
27
return false;
28
}
29
- changedProductOptions = data.items.find(function (item) {
+ changedProductOptions = _.find(data.items, function (item) {
30
if (item['item_id'] === itemId) {
31
return item['product_id'] === productId;
32
0 commit comments