We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced1b46 commit 1841da9Copy full SHA for 1841da9
src/pages/starter-kit/checkout/tax-use-cases.md
@@ -213,7 +213,7 @@ The out-of-process tax module introduces support for assigning serialized custom
213
- **Customer Tax Class > Quote**:
214
When a customer creates a shopping cart, any serialized custom attributes associated with the customer's tax class are copied to the `Quote` entity.
215
216
-- **Product Tax Class → Quote Item**:
+- **Product Tax Class > Quote Item**:
217
When a product is added to the cart, serialized custom attributes from the product's tax class are copied to the corresponding `Quote Item`.
218
219
This ensures that both the `Quote` and each `Quote Item` contain tax-relevant custom data for further processing or integration.
0 commit comments