Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fcc4bf3

Browse files
authored
Clarification on example logic
1 parent 0cc95c8 commit fcc4bf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/functions/custom-tax-endpoint/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ The logical rules for this example are the following:
2020
* The tax rate for all US orders is 0% (no tax)
2121
* The tax rate outside the US is 5% for all customers adding items to the cart with a category of **dealer** and 12% for all other categories outside the US.
2222
* The tax rate is applied to the total money amount of the items in the cart, plus shipping, minus any discounts.
23+
* This logic assumes that when the cart contains items that have a category of dealer, no other categories will be present in the cart.
2324

2425
### Create a new Netlify Site
2526

0 commit comments

Comments
 (0)