paytm / Paytm_Payments_Android_Sample_Apps

12 stars 36 forks source link

How can I Stop redirrecting to Paytm App or Paytm Login? #3

Closed ethanHuntoo7 closed 4 years ago

ethanHuntoo7 commented 4 years ago

I just want to show Webview for payment and don't want to redirrect into Paytm app from my app. How can I achieve this?

problem solved!! I just saw there is a delegate method for transaction ---> ( transactionManager.setAppInvokeEnabled(false);) to stop redirrecting to paytm app.