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
{{ message }}
This repository was archived by the owner on May 16, 2026. It is now read-only.
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