@fabrix/spool-cart-countries
v1.6.0
Published
Spool - Cart Countries (Shipping Zone and Taxes)
Downloads
41
Maintainers
Readme
spool-cart-countries
Cart Countries (Shipping Zone and Taxes) has the default supported countries with relatively updated state/province taxes.
Install
$ npm install --save @fabrix/spool-cart-countries
Configure
// config/main.ts
export const main = {
spools: [
// ... other spools
require('@fabrix/spool-cart-countries').CartCountriesSpool
]
}