chore(): order module index and some impl details (#13462)
* order module fixes * order module fixes * fixes * revert big number * Create wet-wombats-rule.md
This commit is contained in:
committed by
GitHub
parent
368c1d1e17
commit
823a5c75ff
@@ -130,10 +130,7 @@ export function decorateCartTotals(
|
||||
itemsOriginalTaxTotal,
|
||||
itemOriginalTaxTotal
|
||||
)
|
||||
itemsDiscountTotal = MathBN.add(
|
||||
itemsDiscountTotal,
|
||||
itemDiscountTotal
|
||||
)
|
||||
itemsDiscountTotal = MathBN.add(itemsDiscountTotal, itemDiscountTotal)
|
||||
|
||||
for (const key of Object.values(optionalFields)) {
|
||||
if (key in itemTotals) {
|
||||
|
||||
Reference in New Issue
Block a user