Adyen / adyen-react-native

Adyen React Native
https://docs.adyen.com/checkout
MIT License
48 stars 33 forks source link

Android Address fields retain the initial selection when changing to a different house for the same postcode for addresslook up #547

Open faizantariq1 opened 2 weeks ago

faizantariq1 commented 2 weeks ago

Describe the bug Open the 'Card' section, click on 'Billing Address' and click on “Search for your address”. (In the address visibility with 'lookup' mode). and select one address. Stay on same page and choose a different house for the same postcode.observe the address input fields , they still contain the first selected address values and don't get updated to new values. On iOS, it working fine.

To Reproduce Steps to reproduce the behavior:

  1. select credit/debit card option

  2. click on billing address and click on “Search for your address”

  3. Input post code and choose one of the address.

  4. Stay on same page and choose a different house for the same postcode.

  5. observe the address input fields , they still contain the first selected address values and don't get updated to new values.

Expected behavior Address fields should be updated to the new address when changing to a different house for the same postcode.

Smartphone (please complete the following information): Android Simulator

descorp commented 2 weeks ago

Hey @faizantariq1

Thanks for feedback!

This is bug on Android SDK side. I'll add this to Android team backlog.

faizantariq2 commented 2 weeks ago

thanks