From d71171cc261845cf1070a6687b1c2fda95c023d4 Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Sun, 23 Apr 2006 23:26:31 +0000 Subject: [PATCH] config form error. --- lib/WebGUI/Commerce/Payment.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Commerce/Payment.pm b/lib/WebGUI/Commerce/Payment.pm index 030233e08..f93dca6cd 100644 --- a/lib/WebGUI/Commerce/Payment.pm +++ b/lib/WebGUI/Commerce/Payment.pm @@ -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.' );