X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fpayment_gateway.html;h=62e35fcdb2880c9e3d07a726b4f697f3def9bd16;hp=a9909c3655c4b80ac6fb32cdbf6c2f737fcfca6e;hb=d6741df87df9e3352d7ae47a02d0e3f46154fef9;hpb=46e04077cc22ff9d31e8e9896cbf97e31f1b0e7d diff --git a/httemplate/edit/payment_gateway.html b/httemplate/edit/payment_gateway.html index a9909c365..62e35fcdb 100644 --- a/httemplate/edit/payment_gateway.html +++ b/httemplate/edit/payment_gateway.html @@ -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',