It may be a bug of some sort with the way the order status is changed. I see a couple ways to fix it but I want to make sure I understand it all before I start trying to change something.
Basically the capture_on_ship_listener is firing and a valid order isn't being received by the listener - causing it to error out. I can think of a couple of solutions but want to dive into it a bit more and verify the solution before I blindly start changing things. -Chris On Mon, Mar 29, 2010 at 4:31 PM, Mike Metcalfe <[email protected]> wrote: > On 29 March 2010 22:50, Mike Metcalfe <[email protected]> wrote: > >> On 29 March 2010 21:50, Chris Moffitt <[email protected]> wrote: >> >>> try running python manage.py satchmo_check >> >> > I created a instance and now I get: > Checking your satchmo configuration. > Using Django version 1.1.1 > Using Satchmo version 0.9.1-pre hg-unknown > Your configuration has no errors. > > I did a grep of the apps directory and I still get the same single result: > ./payment/utils.py: purchase = order.get_or_create_purchase() > > -- > 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]<satchmo-users%[email protected]> > . > 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 [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.
