Shubham Jaswal

Results 12 comments of Shubham Jaswal
trafficstars

> I believe the reason you’re getting the white flash is because—on iOS as an example—Swift is loading in between the launch image and react native. React Native takes a...

set default password to `None` ```py def create_user(self, name, email, password=None, **extra_fields): ``` after that `user.set_password(password)` will set a not usable password to the field automatically

i had the same error , though you can fix this by sending the recieved data by POST to another view and saving in that view. I have done the...

happy 2 help, for any errors feel free to contact.

Were you able to access **`request.user`** before using **`social-auth-django`** . I have also found another fix around it , you can send your username in **`MERC_UNQ_REF`** variable to paytm and...

please provide detailed error. Also You can check [this](https://github.com/hashinclude72/paytm_django) repo. I haven't checked its working in recent time but might solve your problem.

check and compare both `Checksum.py` files, there might be some changes

you can also check latest changes [here](https://github.com/Paytm-Payments/Paytm_App_Checksum_Kit_Python) in official repo

endpoints are changed in paytm documentation. Endpoints: Staging: https://securegw-stage.paytm.in/theia/processTransaction Production: https://securegw.paytm.in/theia/processTransaction from :- https://developer.paytm.com/docs/v1/payment-gateway