harishbisht / paytm-django

paytm payment gateway example
32 stars 33 forks source link

Updated for django 2.2 LTS and Python 3.x #13

Open itsnikhil opened 4 years ago

itsnikhil commented 4 years ago

Updated code for django 2.2 LTS and fixed few issues which i faced while implementing. For example "pycrypto" has been replaced with "pycryptodome". Also, i have fixed settings.USER problem which was being pointed out in my previous PR