RT# 81150 Google now requires api key for drawing api
[freeside.git] / FS / FS / deploy_zone.pm
index 6ad355f..7c3a76c 100644 (file)
@@ -6,7 +6,7 @@ use FS::Record qw( qsearch qsearchs dbh );
 use Storable qw(thaw);
 use MIME::Base64;
 
-use JSON qw(encode_json decode_json) ;
+use Cpanel::JSON::XS qw(encode_json decode_json);
 use LWP::UserAgent;
 use HTTP::Request::Common;