On Thu, Apr 8, 2010 at 5:34 PM, Darryl Cousins <[email protected]>wrote:

> Hi,
>
> Thanks to the Satchmo team for a fine application.
>
> I want to edit the payment_choices list using the
> payment_methods_query signal. I've set up a listener which is getting
> called ok. But simply changing the 'methods' list does not make any
> effect.
>
>
One trap I've occasionally run into is not modifying the actual object, but
instead modifying some copy of it.  You can't make a new list and assign
that to the methods list.  You have to directly edit the methods list, or it
won't be carried through.

-- 
Bruce Kroeze
http://www.ecomsmith.com
It's time to hammer your site into shape.

-- 
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en.

Reply via email to