You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@gururaja-kambala what you have forked is the base of an un-merged PR. Had you done your work in a fork of upi_pay 1.0.1 it would be easy to review, merge and close a PR of your work.
Describe the bug
Getting below exception:
I/flutter ( 3300): appname
I/flutter ( 3300): Google Pay
I/flutter ( 3300): Starting transaction with id 3857213326
E/upi_pay ( 3300): java.lang.IllegalArgumentException: Can only use lower 16 bits for requestCode
I/flutter ( 3300): UpiTransactionResponse { txnId: null, responseCode: null, approvalRefNo: null, status: UpiTransactionStatus.failure, txnRef: null, rawResponse: failed_to_open_app }
when UpiPay.initiateTransaction is called.
as per : https://stackoverflow.com/a/28783626/4758816 , below line should have a number less than 65535
upi_pay/android/src/main/kotlin/com/drenther/upi_pay/UpiPayPlugin.kt
Line 23 in 0cabe8c
upi_pay/android/src/main/kotlin/com/drenther/upi_pay/UpiPayPlugin.kt
Line 83 in 0cabe8c
Environmental Details
The text was updated successfully, but these errors were encountered: