diff options
-rw-r--r-- | httemplate/edit/payment_gateway.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/edit/payment_gateway.html b/httemplate/edit/payment_gateway.html index 4c7bae172..2e4021079 100644 --- a/httemplate/edit/payment_gateway.html +++ b/httemplate/edit/payment_gateway.html @@ -57,6 +57,7 @@ my %modules = ( 'IPPay' => 'Business::OnlinePayment', 'Iridium' => 'Business::OnlinePayment', 'Jettis' => 'Business::OnlinePayment', + 'Jety' => 'Business::OnlinePayment', 'LinkPoint' => 'Business::OnlinePayment', 'MerchantCommerce' => 'Business::OnlinePayment', 'Network1Financial' => 'Business::OnlinePayment', |