Open Priyavrat-12 opened 3 years ago
onTransactionResponse is called in case paytm app is not installed
@soumyavats This is true, But in my case, onTransactionResponse() is getting called even if the PayTm app is installed in device.
For payment/ transaction, it is not opening the PayTm app, While it opens up the web view for transaction.
Please mail us at integration.dev@paytm.com with a video depicting the same
Same issue is happening on my implementation as well
Integrated the new PayTm SDK
But when the transaction is successful or failed, TransactionManager.onTransactionResponse(Bundle bundle) is getting called, But as per the documentation, it should call the onActivityResult() when the PayTM app is installed in the device.
Below is the code to initiate the transaction.