Nikhil Taneja
Nikhil Taneja
I am also facing same issue. My account is public. @Mineru98 can you please share more details regarding point 2
ok it working after updating to node 16 https://stackoverflow.com/a/76461878
you can close this issue
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...