PayPal MPL for android returns error ID 589023
i am new in开发者_C百科 android development and i have following problem in my paypal app when i hit the
pay button after successfully paypal login.it show error like ANDROID_589023
The PayPal error 589023
in particular has this meaning:
If a fractional amount is rounded due to currency conversion, funds could be lost
This means that you are providing a payment value that needs to be rounded up or down to the nearest cent/penny/[smallest unit of currency] before being submitted to PayPal (as described here).
If you're asking about PayPal errors in general, check out the bottom of the PayPal Pay API Operation page for more on the errors you might encounter.
精彩评论