Hi I have Java android application, and integrate stripe and use stripe confirmPayment method. I get the error java.lang.IllegalArgumentException: Parameter specified as non-null is null: method kotlin.jvm.internal.Intrinsics.checkParameterIsNotNull
-
2Does this answer your question? java.lang.IllegalArgumentException : Parameter specified as non-null is null: method kotlin.jvm.internal.Intrinsics.checkParameterIsNotNullMT756– MT7562020-03-06 15:18:54 +00:00Commented Mar 6, 2020 at 15:18
-
hi this question but my project java codes not kotlinNovruz Ceferov– Novruz Ceferov2020-03-06 15:19:27 +00:00Commented Mar 6, 2020 at 15:19
-
The error is exactly what the message says, you're passing null into the confirmPayment method and you should not be.mikeb– mikeb2020-03-06 15:21:56 +00:00Commented Mar 6, 2020 at 15:21
-
I think mikeb is right, but would also be interested to see your code here. Can you add that to your question for more context?cjav_dev– cjav_dev2020-03-06 16:55:22 +00:00Commented Mar 6, 2020 at 16:55
Add a comment
|