diff options
author | mark <mark> | 2009-10-29 22:18:28 +0000 |
---|---|---|
committer | mark <mark> | 2009-10-29 22:18:28 +0000 |
commit | 761799f5c740b73063b05b62c05fec1bd17e244f (patch) | |
tree | dd476fcf1c487e66a11f3464358186e28b62013b | |
parent | 7c86b93ce0bddf8e6f84f8a2de14faaa4a7fa423 (diff) |
add Jety to the list
-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', |