[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


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',



More information about the freeside-commits mailing list