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
The text was updated successfully, but these errors were encountered:
bootiyar
changed the title
APIException: Your card was declined. in 13.1.2
FATAL EXCEPTION: DefaultDispatcher-worker-1 & APIException in 13.1.2
Jan 25, 2020
Summary
Update `PaymentController.Result`'s parceling
logic to manually parcel. This prevents
using `Parcel.writeException()`, which is
what the autogenerated parceling logic uses.
That method only supports certain exception
subtypes, and will throw any exception that
is unsupported [0].
Motivation
Fixes#2100
Testing
Added a test to run a `PaymentController.Result`
instance through a parceling/unparceling roundtrip.
[0] https://developer.android.com/reference/android/os/Parcel#writeException(java.lang.Exception)
Summary
Update `PaymentController.Result`'s parceling
logic to manually parcel. This prevents
using `Parcel.writeException()`, which is
what the autogenerated parceling logic uses.
That method only supports certain exception
subtypes, and will throw any exception that
is unsupported [0].
Motivation
Fixes#2100
Testing
Added a test to run a `PaymentController.Result`
instance through a parceling/unparceling roundtrip.
[0] https://developer.android.com/reference/android/os/Parcel#writeException(java.lang.Exception)
I have a Fatal Exception when I try to confirm Payment
exceptions:
1- FATAL EXCEPTION: DefaultDispatcher-worker-1
2- APIException: Your card was declined.
Stripe sdk version : 13.1.2
Device : Samsung Galaxy
Android : 10
Log:
The text was updated successfully, but these errors were encountered: