unable to read POST parameters sent by payment gateway

2020-03-09 Thread Sreekanth
I am unable to read POST parameters sent by payment gateway after payment was processed. Payment gateway redirects to returnUrl (I pass this to payment gateway before payment was processed) with some parameters by POST request. In url.py path('cashfreeresponse/',views.cashfree_response, name

Re: Error was: No module named io

2011-08-27 Thread sreekanth
Hi, Please check the path , as you changed to a new server and also check the permissions. On Sun, Aug 28, 2011 at 6:29 AM, CrabbyPete wrote: > I developed my code with python 2.6 and django 1.3. Now that I am > deploying it on a dreamhost server the python is version 2.5 and I get > the error