Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Credit card payment error #41

Closed
ninjadeveloper opened this issue Jan 14, 2014 · 5 comments
Closed

Credit card payment error #41

ninjadeveloper opened this issue Jan 14, 2014 · 5 comments

Comments

@ninjadeveloper
Copy link

I am using the latest Android SDK and cannot successfully complete a credit card payment. Payment using the paypal account works fine. The crash happens after payment is submitted and before the onActivityResult method is called. See a screenshot of the logcat below.

screen shot 2014-01-13 at 6 56 55 pm

@mattjacunski
Copy link
Contributor

@ninjadeveloper - Sorry you are encountering this issue - we will investigate. Is the exception just above this one (... contains invalid characters) related or is that this same exception?

@ninjadeveloper
Copy link
Author

It may be related. Here is a more complete picture.

screen shot 2014-01-14 at 4 54 49 am

@mattjacunski
Copy link
Contributor

@ninjadeveloper - This is caused by invalid characters in the PayPalPayment.shortDescription. We will clean this up in an upcoming release.

@mattjacunski
Copy link
Contributor

@ninjadeveloper - I expect you have a " or \ character in your payment description. This is erroneously causing the JSONException to be thrown. We will release a fix for this soon. Sorry for the inconvenience.

@mattjacunski
Copy link
Contributor

Fixed in release 1.2.5.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants