Skip to content

Commit 6d23b2a

Browse files
MC-10973: Simple product with MAP assigned to configurable should displays the same way as products with special price
- Fix static tests for js.
1 parent 8e132a5 commit 6d23b2a

File tree

1 file changed

+4
-4
lines changed
  • app/code/Magento/Msrp/view/base/web/js

1 file changed

+4
-4
lines changed

app/code/Magento/Msrp/view/base/web/js/msrp.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -336,9 +336,9 @@ define([
336336
/**
337337
* Update prices for configurable product with MSRP enabled
338338
*
339-
* @param {string} finalPrice
340-
* @param {string} msrpPrice
341-
* @param {boolean} useDefaultPrice
339+
* @param {String} finalPrice
340+
* @param {String} msrpPrice
341+
* @param {Boolean} useDefaultPrice
342342
*/
343343
updateMsrpPrice: function (finalPrice, msrpPrice, useDefaultPrice) {
344344
var options = this.tierOptions || this.options;
@@ -364,7 +364,7 @@ define([
364364
/**
365365
* Display non MAP price for irrelevant products
366366
*
367-
* @param {string} price
367+
* @param {String} price
368368
*/
369369
updateNonMsrpPrice: function(price) {
370370
$(this.options.fallbackPriceElement).html(price);

0 commit comments

Comments
 (0)