@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.js CHANGED
@@ -2478,6 +2478,9 @@ var CartUpdateHandler = class extends AbstractUpdateHandler {
2478
2478
  }
2479
2479
  resource.totalPrice.centAmount = calculateCartTotalPrice(resource);
2480
2480
  }
2481
+ changeTaxRoundingMode(_context, resource, { taxRoundingMode }) {
2482
+ resource.taxRoundingMode = taxRoundingMode;
2483
+ }
2481
2484
  recalculate() {
2482
2485
  }
2483
2486
  removeDiscountCode(context, resource, { discountCode }) {