config form error.
This commit is contained in:
parent
e318cca624
commit
d71171cc26
1 changed files with 1 additions and 1 deletions
|
|
@ -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.'
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue