FORGEBOX Enterprise 🚀 - Take your ColdFusion (CFML) Development to Modern Times! Learn More...
Use ZipTax for retrieving tax rates by county, state, country, etc.
git clone [email protected]:mborn319/ziptax.git
cp config-sample.cfm config.cfm
box start
ZipTax = New cfc.ziptax( application.apiKey );
Right now there's only a single method to retrieve tax rates: getTaxRatesByLocation()
.
ZipTax.getTaxRatesByLocation( ... );
ZipTax.getTaxRatesByLocation( myZipCode );
Please note that zip
is still required.
ZipTax.getTaxRatesByLocation(
street = "Pennsylvania Ave",
city = "Washington",
country = "US",
zip = "20500"
);
ziptax
cfc
$
box install ziptaxcfc