I'm not sure if anyone can help. I'm not sure if this is related to the fact I'm running satchmoproject within FeinCMS as an ApplicationContent context. However, it gave me an error that indicated that the SSL keyword wasn't being deleted. However, when I did printing to the log, the view_kwargs was empty. I could only fix it by adding **kwargs as an argument in payments/modules/authorizenet/ views.py
Peter On Oct 27, 11:47 pm, Peter Halliday <[email protected]> wrote: > My settings hasSSLset equal to False. I'm running in development > mode right now from runserver. I added debug statements in > SSLRedirect and sees that it's running and kwargs are empty. However, > in payment/modules/authorizenet/views.py there's a kwargs that's > passed that has {'SSL':False}. So, it appears that the Middleware > isn't remove it correctly. -- 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.
