Skip to content
Snippets Groups Projects
Commit df6ab512 authored by Iryna Lagno's avatar Iryna Lagno
Browse files

MAGETWO-44228: Unable to set gift options in the shopping cart

parent a58cb7e1
No related merge requests found
......@@ -23,11 +23,13 @@ define(['underscore', 'ko'],
_.each(this.options(), function (data) {
if (data.id === itemId) {
option = data.value;
return false;
}
});
return option;
}
}
};
}
);
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