X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FTaxEngine%2Favalara.pm;h=cb841c373e370795c8972a222feb65cc6571830e;hb=e803d5f00368e951f7a4b82d5d390b53c4a6c827;hp=fd6e324ec817436e81600176bdeb579e73a3be54;hpb=af62b675c3f1b8f5996561de7e6b28020479a7d6;p=freeside.git diff --git a/FS/FS/TaxEngine/avalara.pm b/FS/FS/TaxEngine/avalara.pm index fd6e324ec..cb841c373 100644 --- a/FS/FS/TaxEngine/avalara.pm +++ b/FS/FS/TaxEngine/avalara.pm @@ -8,11 +8,11 @@ use FS::cust_pkg; use FS::cust_location; use FS::cust_bill_pkg; use FS::tax_rate; -use JSON; +use Cpanel::JSON::XS; use Geo::StreetAddress::US; our $DEBUG = 0; -our $json = JSON->new->pretty(1); +our $json = Cpanel::JSON::XS->new->pretty(1); our $conf;