diff --git a/lib/WebGUI/Operation/Commerce.pm b/lib/WebGUI/Operation/Commerce.pm index befe99956..9f99c2f41 100644 --- a/lib/WebGUI/Operation/Commerce.pm +++ b/lib/WebGUI/Operation/Commerce.pm @@ -436,7 +436,7 @@ sub www_editCommerceSettings { -options => \%paymentPlugins, -label => $i18n->get('payment form'), -value => [$paymentPlugin], - -extras => 'onChange="activePayment=operateHidden(this.options[this.selectedIndex].value,activePayment)"' + -extras => 'onchange="activePayment=operateHidden(this.options[this.selectedIndex].value,activePayment)"' ); $jscript = '