onActivityResult

fun onActivityResult(supportFragmentManager: FragmentManager, requestCode: Int, resultCode: Int, data: Intent?)

Function responsible for passing activity result data to Payment sheet after a process death occurred.

It is important to call this method if you use Google Pay inside Tpay module as the credit card data is sent via onActivityResult(...) method in your activity.