[freeside-commits] branch FREESIDE_3_BRANCH updated. cb12e506ac2c4732bbdf0c8c0352502401da24dd
Ivan
ivan at 420.am
Wed Aug 3 17:51:53 PDT 2016
The branch, FREESIDE_3_BRANCH has been updated
via cb12e506ac2c4732bbdf0c8c0352502401da24dd (commit)
from 5ed1e9acf8b7fcaacb5face4ae74cc6e13d5bbe8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit cb12e506ac2c4732bbdf0c8c0352502401da24dd
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Aug 3 17:51:52 2016 -0700
add eway as an agent payment gateway, RT#71906, update list of gateways from http://perl.business/onlinepayment (and git for OnlineThirdPartyPayment and BatchPayment)
diff --git a/httemplate/edit/payment_gateway.html b/httemplate/edit/payment_gateway.html
index 156910f..b28be23 100644
--- a/httemplate/edit/payment_gateway.html
+++ b/httemplate/edit/payment_gateway.html
@@ -47,28 +47,36 @@ my %modules = (
'AuthorizeNet',
'BankOfAmerica', #deprecated?
'Beanstream',
+ 'Braintree',
'Capstone',
+ 'CardFortress',
'Cardstream',
'CashCow',
'CyberSource',
'eSec',
'eSelectPlus',
'ElavonVirtualMerchant',
+ 'eWay',
'Exact',
'FirstDataGlobalGateway',
+ 'GlobalPayments',
'iAuthorizer',
'Ingotz',
'InternetSecure',
- 'IPaymentTPG',
+ #'IPaymentTPG',
'IPPay',
'Iridium',
'Jettis',
'Jety',
'LinkPoint',
+ 'Litle',
'MerchantCommerce',
'Network1Financial',
+ 'NMI',
'OCV',
+ 'Ogone',
'OpenECHO',
+ 'PaperlessTrans',
'PayConnect',
'PayflowPro',
'PaymenTech',
@@ -84,26 +92,31 @@ my %modules = (
'Skipjack',
'StGeorge',
'SurePay',
+ 'SynapseGateway',
'TCLink',
'TransactionCentral',
'TransFirsteLink',
+ 'USAePay',
'Vanco',
'viaKLIX',
'VirtualNet',
+ 'vSecureProcessing',
'WesternACH',
'WorldPay',
],
'Business::OnlineThirdPartyPayment' => [
#'eWayShared', support currently broken
- #'Interswitchng',
- 'PayPal',
'FCMB',
+ #'Interswitchng', #incomplete?
+ 'PayPal',
],
'Business::BatchPayment' => [
+ 'BillBuddy',
+ 'CardFortress',
'KeyBank',
'Paymentech',
+ 'RBC',
'TD_EFT',
- 'BillBuddy',
],
);
@@ -132,7 +145,7 @@ my $fields = [ {
field => 'gateway_module',
type => 'select',
# does it even make sense to list all modules here?
- options => [ sort { lc($a) cmp lc ($b) }
+ options => [ sort { lc($a) cmp lc($b) }
map { @$_ } values %modules ],
},
'gateway_username',
-----------------------------------------------------------------------
Summary of changes:
httemplate/edit/payment_gateway.html | 23 ++++++++++++++++++-----
1 file changed, 18 insertions(+), 5 deletions(-)
More information about the freeside-commits
mailing list