#periva101-outofbounds
1 messages · Page 1 of 1 (latest)
onGooglePayResult
is GooglePayLauncher.Result.Failed -> {
Toast.makeText(requireContext(), result.error.toString(), Toast.LENGTH_LONG).show()
}
Hello, stepping in. We would need a bit more information for debugging. Can you print the entire result variable?
The error is quite common tho, it simply that you have accessed some array's index while it doesn't actually contains elements at the position
I am not access anything , this call back is trigger from stripe launcher with that expcetion