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.