saleor-apps-redis_apl/.changeset/silly-grapes-double.md
Adrian Pilarczyk 70bf546e28
fix: charge taxes setting (#466)
* fix: 🐛 respect pricesEnteredWithTax setting

* build: 👷 add changeset
2023-05-16 09:17:59 +02:00

5 lines
281 B
Markdown

---
"saleor-app-taxes": patch
---
Fix the calculations of shipping price and line prices based on the `pricesEnteredWithTax` value. Before, the Tax App didn't consider the `pricesEnteredWithTax` setting. Now, it will return different values for `pricesEnteredWithTax` true/false.