Change the Shop::Tax system to be hierarchial.

Update all sample tax tables and tests.
This commit is contained in:
Colin Kuskie 2008-03-06 22:34:21 +00:00
parent cbe9cc29df
commit d956e58bd7
11 changed files with 190 additions and 131 deletions

View file

@ -1,3 +1,3 @@
field,value,taxRate
country,state,city,code,taxRate
#state,Wisconsin,5.0
#code,53701,0.5

1 field country,state,city,code,taxRate value taxRate
2 #state #state,Wisconsin,5.0 Wisconsin 5.0
3 #code #code,53701,0.5 53701 0.5