opsway / react-native-paytm

Unofficial React Native wrapper for PayTM iOS/Android SDK
10 stars 10 forks source link

React native paytm not redirecting back to app after transaction fails #18

Open abdulghanitech opened 4 years ago

abdulghanitech commented 4 years ago

So, I'm able to redirect back automatically when the transaction succeeds but when it fails it's not giving the response, rather stucks on "Redirect back to app" screen.

RN: 0.62.2

image

girish54321 commented 3 years ago

Same for me but its only in Production mode it just shows this message and noting happens.

abdulghanitech commented 3 years ago

Same for me but its only in Production mode it just shows this message and noting happens.

@girish54321 yes, i dropped this, and went for their newer all in one sdk!

girish54321 commented 3 years ago

@abdulghanitech so now it's working with new all-in-one sdk

abdulghanitech commented 3 years ago

@girish54321 yes!

girish54321 commented 3 years ago

@abdulghanitech Hi is all-in-one sdk required backend changes too or old hash will work? for me now ist not working when i pass hash in txnToken..

abdulghanitech commented 3 years ago

@girish54321 it requires a bit of backend changes as well.

abdulghanitech commented 3 years ago

@girish54321 I've made my solution open source, check here https://github.com/abdulghanitech/Paytm-Firebase-Cloud-Function

girish54321 commented 3 years ago

@girish54321 I've made my solution open source, check here https://github.com/abdulghanitech/Paytm-Firebase-Cloud-Function

Thanks this will help @abdulghanitech .