config form error.

This commit is contained in:
Matthew Wilson 2006-04-23 23:26:31 +00:00
parent e318cca624
commit d71171cc26

View file

@ -104,7 +104,7 @@ sub configurationForm {
);
$f->group(
-name => $self->prepend('whoCanUse'),
-value => [1],
-value => [$self->get('whoCanUse')],
-label => 'Who Can Use?',
-hoverHelp => 'Members belonging to this group will see this payment gateway as a choice at the payment gateway selection screen during checkout.'
);