summaryrefslogtreecommitdiff
path: root/httemplate/edit
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-12-13 15:28:57 -0800
committerMitch Jackson <mitch@freeside.biz>2018-10-09 18:35:53 -0400
commit79800f746bcbea85297b8ec0a94f19a75ed080d0 (patch)
tree48e74122cf56b54b03c1b982dd87964d115c4371 /httemplate/edit
parent828f56957dcd4fb4409eccc8436bf935aa47a8c6 (diff)
JSON::XS -> Cpanel::JSON::XS
Diffstat (limited to 'httemplate/edit')
-rw-r--r--httemplate/edit/payment_gateway.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/payment_gateway.html b/httemplate/edit/payment_gateway.html
index b28be2358..b44b31513 100644
--- a/httemplate/edit/payment_gateway.html
+++ b/httemplate/edit/payment_gateway.html
@@ -39,7 +39,7 @@
die "access denied"
unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
-my $json = JSON::XS->new;
+my $json = Cpanel::JSON::XS->new;
$json->canonical(1);
my %modules = (
'Business::OnlinePayment' => [