[freeside-commits] freeside/httemplate/edit payment_gateway.html, 1.13, 1.13.4.1
Mark Wells
mark at wavetail.420.am
Tue Dec 21 01:13:06 PST 2010
- Previous message: [freeside-commits] freeside/fs_selfservice/FS-SelfService/cgi make_thirdparty_payment.html, 1.4, 1.4.4.1 post_thirdparty_payment.html, NONE, 1.1.2.2 selfservice.cgi, 1.46.2.6, 1.46.2.7
- Next message: [freeside-commits] freeside/fs_selfservice/FS-SelfService/cgi process_svc_phone.html, NONE, 1.1 provision_svc_phone.html, 1.1, 1.2 selfservice.cgi, 1.53, 1.54
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv21004/httemplate/edit
Modified Files:
Tag: FREESIDE_2_1_BRANCH
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.13.4.1
diff -u -w -d -r1.13 -r1.13.4.1
--- payment_gateway.html 2 Nov 2009 21:21:37 -0000 1.13
+++ payment_gateway.html 21 Dec 2010 09:13:04 -0000 1.13.4.1
@@ -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.4.4.1 post_thirdparty_payment.html, NONE, 1.1.2.2 selfservice.cgi, 1.46.2.6, 1.46.2.7
- Next message: [freeside-commits] freeside/fs_selfservice/FS-SelfService/cgi process_svc_phone.html, NONE, 1.1 provision_svc_phone.html, 1.1, 1.2 selfservice.cgi, 1.53, 1.54
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list