braintree / braintree-android-drop-in

Braintree Drop-In SDK for Android
https://developers.braintreepayments.com/guides/drop-in/android/v2
MIT License
124 stars 78 forks source link

After selecting card, click on "Agree & continue", it keeps loading in Android #486

Open nvrxa35 opened 2 weeks ago

nvrxa35 commented 2 weeks ago

Braintree SDK Version

v4

Environment

Sandbox

Android Version & Device

Samsung Galaxy F23 - A14

Braintree dependencies

implementation 'com.braintreepayments.api:paypal:4.39.0' implementation 'com.braintreepayments.api:card:4.39.0'

Describe the bug

On click of "Agree &b continue", the screen is just loading.

To reproduce

  1. Login to Paypal account.
  2. Select the card from saved card list.
  3. Click on "Agree & continue" button.

Expected behavior

It should send response to onPayPalSuccess method.

Screenshots

Screenshot_20240830_153138

sshropshire commented 1 week ago

Hi @nvrxa35 thanks for using the Braintree SDK for Android. Are you able to use chrome://inspect to examine the console log and see if there's a more specific error output when you reproduce this issue?

nvrxa35 commented 1 week ago

Hi @sshropshire , thanks for your reply. Attaching console logs ss.

Screenshot 2024-09-04 at 4 02 31 PM
nvrxa35 commented 6 days ago

Hi @sshropshire , any update?