RT#38217: Send email when logging conditions are met
[freeside.git] / httemplate / edit / payment_gateway.html
index 0cd93e4..a85ba57 100644 (file)
@@ -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' => [
@@ -55,6 +55,7 @@ my %modules = (
     'eSelectPlus',
     'ElavonVirtualMerchant',
     'Exact',
+    'FirstDataGlobalGateway',
     'iAuthorizer',
     'Ingotz',
     'InternetSecure',
@@ -102,6 +103,7 @@ my %modules = (
     'KeyBank',
     'Paymentech',
     'TD_EFT',
+    'BillBuddy',
   ],
 );