[freeside-commits] freeside/httemplate/edit payment_gateway.html, 1.13, 1.14
Mark Wells
mark at wavetail.420.am
Tue Dec 21 01:12:48 PST 2010
- Previous message: [freeside-commits] freeside/fs_selfservice/FS-SelfService/cgi make_thirdparty_payment.html, 1.4, 1.5 post_thirdparty_payment.html, NONE, 1.1 selfservice.cgi, 1.52, 1.53
- Next message: [freeside-commits] freeside/FS/FS Conf.pm, 1.397.2.9, 1.397.2.10 agent.pm, 1.23, 1.23.4.1 cust_pay_pending.pm, 1.8, 1.8.6.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv20871/httemplate/edit
Modified Files:
payment_gateway.html
Log Message:
changes to support eWay third-party payment, #10208
Index: payment_gateway.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/payment_gateway.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -w -d -r1.13 -r1.14
--- payment_gateway.html 2 Nov 2009 21:21:37 -0000 1.13
+++ payment_gateway.html 21 Dec 2010 09:12:45 -0000 1.14
@@ -48,6 +48,7 @@
'CyberSource' => 'Business::OnlinePayment',
'eSec' => 'Business::OnlinePayment',
'eSelectPlus' => 'Business::OnlinePayment',
+ 'eWayShared' => 'Business::OnlineThirdPartyPayment',
'ElavonVirtualMerchant' => 'Business::OnlinePayment',
'Exact' => 'Business::OnlinePayment',
'iAuthorizer' => 'Business::OnlinePayment',
@@ -117,7 +118,11 @@
type => 'select',
options => \@actions,
},
- 'gateway_callback_url',
+ {
+ field => 'gateway_callback_url',
+ type => 'text',
+ size => 40,
+ },
{
field => 'gateway_options',
type => 'textarea',
- Previous message: [freeside-commits] freeside/fs_selfservice/FS-SelfService/cgi make_thirdparty_payment.html, 1.4, 1.5 post_thirdparty_payment.html, NONE, 1.1 selfservice.cgi, 1.52, 1.53
- Next message: [freeside-commits] freeside/FS/FS Conf.pm, 1.397.2.9, 1.397.2.10 agent.pm, 1.23, 1.23.4.1 cust_pay_pending.pm, 1.8, 1.8.6.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list