Remove an extra my from Shop::Cart.

Add the getTaxRates method to Tax, with tests.
Add some calculate code to Tax, with tests, which don't pass yet.
This commit is contained in:
Colin Kuskie 2008-03-05 00:22:40 +00:00
parent 52d2c63271
commit 2bc6cd49a7
4 changed files with 138 additions and 3 deletions

View file

@ -0,0 +1,8 @@
field,value,taxRate
state,WI,5.0
code,53701,0.5
code,53702,0.5
code,53703,0.5
code,53704,0.5
state,CA,7.25
code,97123,0.0
1 field value taxRate
2 state WI 5.0
3 code 53701 0.5
4 code 53702 0.5
5 code 53703 0.5
6 code 53704 0.5
7 state CA 7.25
8 code 97123 0.0