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:
parent
52d2c63271
commit
2bc6cd49a7
4 changed files with 138 additions and 3 deletions
8
t/supporting_collateral/taxTables/largeTaxTable.csv
Normal file
8
t/supporting_collateral/taxTables/largeTaxTable.csv
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue