@final-commerce/common 2.0.15 → 2.0.16-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -989,7 +989,8 @@ var REPORT_NEGATE_PATHS = /* @__PURE__ */ new Set([
|
|
|
989
989
|
"taxBreakdown.refunds.total.tax",
|
|
990
990
|
// Refunds breakdown — reductions and naturally-signed entries
|
|
991
991
|
"refundsBreakdown.discountsReversed",
|
|
992
|
-
|
|
992
|
+
// 2026 AUG10, cashRoundingRefund is showing as natural sign
|
|
993
|
+
// 'refundsBreakdown.cashRoundingRefund',
|
|
993
994
|
// Fees breakdown — refunded magnitudes are money flowing back out
|
|
994
995
|
"feesBreakdown.productFee.refundedProductFees",
|
|
995
996
|
"feesBreakdown.cartFee.refundedCartFees",
|