I have integrated the paypal sdk into my android app. So far everything is working fine. When paypal open I can choose pay with paypal or pay with credit card in sandbox mode.
Pay with paypal is working fine and I get the result code in onActivityResult.
But if I choose pay with credit card and enter a dummy credit card number then I get the button "charge credit card" and nothing happens if I push the button.
Is this behavior normal? Normally I should get a result code back too on onActivityResult ?
So I don't know at the moment if pay with credit card is working in live environment too.