X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fpayment_gateway.html;h=cfb86048c95355d2eb8a2aa0e9347fdc58d93ae5;hb=6e930b7e992ad38cd700d5a365679904799ddb86;hp=a9909c3655c4b80ac6fb32cdbf6c2f737fcfca6e;hpb=40a7b3dc653e099f7bd0bd762b649b04c4432db2;p=freeside.git diff --git a/httemplate/edit/payment_gateway.html b/httemplate/edit/payment_gateway.html index a9909c365..cfb86048c 100644 --- a/httemplate/edit/payment_gateway.html +++ b/httemplate/edit/payment_gateway.html @@ -5,7 +5,7 @@ 'fields' => $fields, 'field_callback' => $field_callback, 'labels' => { - 'gatewaynum' => 'Gateway #', + 'gatewaynum' => 'Gateway', 'gateway_module' => 'Gateway', 'gateway_username' => 'Username', 'gateway_password' => 'Password', @@ -48,6 +48,7 @@ my %modules = ( 'CyberSource' => 'Business::OnlinePayment', 'eSec' => 'Business::OnlinePayment', 'eSelectPlus' => 'Business::OnlinePayment', + 'eWayShared' => 'Business::OnlineThirdPartyPayment', 'ElavonVirtualMerchant' => 'Business::OnlinePayment', 'Exact' => 'Business::OnlinePayment', 'iAuthorizer' => 'Business::OnlinePayment', @@ -92,7 +93,7 @@ my %modules = ( my @actions = ( 'Normal Authorization', 'Authorization Only', - 'Authorization Only, Post Authorization', + 'Authorization Only,Post Authorization', ); my $fields = [ @@ -117,7 +118,11 @@ my $fields = [ type => 'select', options => \@actions, }, - 'gateway_callback_url', + { + field => 'gateway_callback_url', + type => 'text', + size => 40, + }, { field => 'gateway_options', type => 'textarea',