Nikhil Taneja

Results 6 comments of Nikhil Taneja

I am also facing same issue. My account is public. @Mineru98 can you please share more details regarding point 2

There were some errors while using this code with latest django and python when I was implementing it so I tried to work around it was able to fix them....

pip uninstall pycrypto pip install pycryptodome

The payment gateway response should never be logged in because that request will always spawn a new session thus request.user gives Anonymous in the response view. How I solved this...