@labdigital/commercetools-mock 2.22.0 → 2.22.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.cjs CHANGED
@@ -2515,6 +2515,9 @@ var CartUpdateHandler = class extends AbstractUpdateHandler {
2515
2515
  }
2516
2516
  resource.totalPrice.centAmount = calculateCartTotalPrice(resource);
2517
2517
  }
2518
+ changeTaxRoundingMode(_context, resource, { taxRoundingMode }) {
2519
+ resource.taxRoundingMode = taxRoundingMode;
2520
+ }
2518
2521
  recalculate() {
2519
2522
  }
2520
2523
  removeDiscountCode(context, resource, { discountCode }) {