agent-virtualize credit card surcharge percentage, RT#72961
[freeside.git] / FS / FS / part_export / voip_ms.pm
index 7766eac..2519884 100644 (file)
@@ -7,7 +7,7 @@ use Tie::IxHash;
 use LWP::UserAgent;
 use URI;
 use URI::Escape;
-use JSON;
+use Cpanel::JSON::XS;
 use HTTP::Request::Common;
 use Cache::FileCache;
 use FS::Record qw(dbh);
@@ -408,6 +408,7 @@ sub subacct_content {
   }
   return {
     username            => $svc_acct->username,
+    protocol            => $self->option('protocol'),
     description         => $desc,
     %auth,
     device_type         => $self->option('device_type'),