0

I have implemented PayPal Android SDK for purchasing in my App. The cost I am getting is in Australian Dollar, while I was testing I used "USD" in instancing PayPal object. But when I change it to "AUD", I get back PaymentActivity.RESULT_PAYMENT_INVALID in my onActivityResult.

This is my instantiation call

thingToBuy = new PayPalPayment(new BigDecimal(fees), "AUD",  courseTitle);

The sandbox account I am using for testing is Australian.

4

2 に答える 2

1

これらの FAQ が役立つ場合があります: https://developer.paypal.com/webapps/developer/docs/faq/#mobile-sdk-questions

現在、米ドルのみがサポートされています。

于 2013-08-02T18:42:15.203 に答える
0

リリース 1.1 の時点で、他の通貨がサポートされています。https://github.com/paypal/PayPal-Android-SDK/releases/tag/1.1.0

于 2013-08-23T22:52:56.140 に答える