tax-rates.xml 476 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <tax_rates>
  3. <tax_rate
  4. identifier="US-CA-*-RATE-1"
  5. is_zip_range="0"
  6. zip_code="*"
  7. zip_from=""
  8. zip_to=""
  9. state="CA"
  10. country="US"
  11. tax_rate="18.00"
  12. />
  13. <tax_rate
  14. identifier="US-CO-*-RATE-2"
  15. is_zip_range="0"
  16. zip_code="*"
  17. zip_from=""
  18. zip_to=""
  19. state="CO"
  20. country="US"
  21. tax_rate="18.00"
  22. />
  23. </tax_rates>