Change the Shop::Tax system to be hierarchial.
Update all sample tax tables and tests.
This commit is contained in:
parent
cbe9cc29df
commit
d956e58bd7
11 changed files with 190 additions and 131 deletions
|
|
@ -1,8 +1,9 @@
|
|||
taxRate,value,field
|
||||
country,state,city,code,taxRate
|
||||
#header lines above
|
||||
|
||||
#This is just a zip code.
|
||||
0.5,53701,code
|
||||
#This is just a country.
|
||||
USA,,,,0.0
|
||||
USA,Wisconsin,,,5.0 #Wisconsin is expensive
|
||||
|
||||
|
||||
5.0,Wisconsin,state #Wisconsin is expensive!
|
||||
USA,Wisconsin,Madison,53701,0.5
|
||||
|
|
|
|||
|
Loading…
Add table
Add a link
Reference in a new issue