diff options
| author | Mitch Jackson <mitch@freeside.biz> | 2018-10-09 19:20:23 -0400 |
|---|---|---|
| committer | Mitch Jackson <mitch@freeside.biz> | 2018-10-09 19:20:23 -0400 |
| commit | ad508340f946534f49c3050bee4dd704b0c945fa (patch) | |
| tree | 0f15942409653b8021ec617d60da7dae153fa31a /FS/FS/Template_Mixin.pm | |
| parent | 79800f746bcbea85297b8ec0a94f19a75ed080d0 (diff) | |
RT# 71955 JSON::XS -> Cpanel::JSON::XS
Diffstat (limited to 'FS/FS/Template_Mixin.pm')
| -rw-r--r-- | FS/FS/Template_Mixin.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Template_Mixin.pm b/FS/FS/Template_Mixin.pm index d3994e57f..b22748a4d 100644 --- a/FS/FS/Template_Mixin.pm +++ b/FS/FS/Template_Mixin.pm @@ -2486,7 +2486,7 @@ use CAM::PDF; use IO::Socket::SSL; use LWP::UserAgent; use HTTP::Request::Common qw( POST ); -use JSON::XS; +use Cpanel::JSON::XS; use MIME::Base64; sub postal_mail_fsinc { my ( $self, %opt ) = @_; |
