What version of Satchmo are you using? Take a look at this ticket that
references a change -

https://bitbucket.org/chris1610/satchmo/issue/1257/labelled_gateway_choices-does-not-set

-Chris

On Mon, Jul 11, 2011 at 2:03 PM, Matthew Talbert <ransom1...@gmail.com>wrote:

> On Mon, Jul 11, 2011 at 2:49 PM, Matthew Talbert <ransom1...@gmail.com>
> wrote:
> > On Mon, Jul 11, 2011 at 2:10 PM, Bruce Kroeze <bkro...@gmail.com> wrote:
> >> Take a look at the second to last item, where it is getting the
> processor.
> >>  Add a new log statement, showing the key it is trying to get.  Note the
> >> key.  It may be obviously wrong.
> >> Then, go in via the shell and try to get that processor by that key.
>  Does
> >> it exist?
> >
> > Thanks, I will try this. However, it is looking up the key based on
> > the order authorization, which I've confirmed does have the correct
> > key.
>
> OK, the key is now "PAYMENT_PAYMENT_AUTHORIZENET". Obviously the first
> PAYMENT is redundant. Any idea how to find where that's coming from?
> satchmo/apps/payment/utils.py does this:
>
> processor = get_processor_by_key('PAYMENT_%s' % authz.payment)
>
> but in the database, the authorization is already saved as
> PAYMENT_AUTHORIZENET so it's getting doubled. Is this a bug in
> Satchmo?
>
> Thanks,
> Matthew
>
> --
> You received this message because you are subscribed to the Google Groups
> "Satchmo users" group.
> To post to this group, send email to satchmo-users@googlegroups.com.
> To unsubscribe from this group, send email to
> satchmo-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/satchmo-users?hl=en.
>
>

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

Reply via email to