paytm-django icon indicating copy to clipboard operation
paytm-django copied to clipboard

Does this work with Python3?

Open swapnil95 opened this issue 7 years ago • 4 comments

I integrated this with Python3 and it does not seem to be working for me. If python3 is not supported, please mention that in the readme and kindly help me to proceed in Python3

swapnil95 avatar Oct 11 '17 06:10 swapnil95

Did you manage to get it done in python3? I am using Django==1.11.8 and pytohn3

dhavalsavalia avatar Jan 03 '18 08:01 dhavalsavalia

I did it with python3.You have to make some changes in the checksum.py to make the code compliant with python3.

Doraiswamy avatar Feb 11 '18 17:02 Doraiswamy

Can you share the code for python3?

adamshamsudeen avatar Mar 25 '18 07:03 adamshamsudeen

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. I have created a PR and if it gets approved and merged then this will work. My fork does work with Django 2.2 LTS and Python 3.x which you can find https://github.com/itsnikhil/paytm-django

itsnikhil avatar Nov 27 '19 05:11 itsnikhil