Price truncation fix
This commit is contained in:
@@ -62,7 +62,7 @@ for (const wProduct of wProducts) {
|
||||
),
|
||||
validateEquality(
|
||||
sku.fieldData.price.value,
|
||||
Math.floor(+pVariant.retail_price * 100),
|
||||
Math.round(+pVariant.retail_price * 100),
|
||||
),
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user