X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=ac366d92fba33568d2771e3da90fcc0abf025762;hb=25815dac9892ef0c4fe020ecd6229bd112bb5954;hp=b7c64f26eb8827b692d5937c3bc504fbd8174bf3;hpb=999c1f9c054ba51a6c5c7a3a2babe21dd17683cb;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index b7c64f26e..ac366d92f 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -957,7 +957,7 @@ sub reason_type_options { { 'key' => 'business-onlinepayment', 'section' => 'billing', - 'description' => 'Business::OnlinePayment support, at least three lines: processor, login, and password. An optional fourth line specifies the action or actions (multiple actions are separated with `,\': for example: `Authorization Only, Post Authorization\'). Optional additional lines are passed to Business::OnlinePayment as %processor_options.', + 'description' => 'Business::OnlinePayment support, at least three lines: processor, login, and password. An optional fourth line specifies the action or actions (multiple actions are separated with `,\': for example: `Authorization Only, Post Authorization\'). Optional additional lines are passed to Business::OnlinePayment as %processor_options. For more detailed information and examples see the real-time credit card processing documentation.', 'type' => 'textarea', }, @@ -2607,7 +2607,7 @@ and customer address. Include units.', 'section' => 'billing', 'description' => 'Available payment types.', 'type' => 'selectmultiple', - 'select_enum' => [ qw(CARD DCRD CHEK DCHK LECB BILL CASH WEST MCRD PPAL COMP) ], + 'select_enum' => [ qw(CARD DCRD CHEK DCHK LECB BILL CASH WEST MCRD MCHK PPAL COMP) ], }, {