Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not get shipping address with all the fields #242

Open
dimakpoq opened this issue Feb 22, 2024 · 0 comments
Open

Could not get shipping address with all the fields #242

dimakpoq opened this issue Feb 22, 2024 · 0 comments

Comments

@dimakpoq
Copy link

dimakpoq commented Feb 22, 2024

PayPal Android SDK Version

1.3.0

Environment

Both

Android Version & Device

any

PayPal dependencies

paypal = { group = "com.paypal.android", name = "paypal-native-payments", version.ref = "paypal" }

Describe the bug

Can not receive the Shipping Address fields like line1, line2, fullAddress (like in the old checkout SDK).

To reproduce

PayPalNativeCheckoutListener doesn't return address data in the onPayPalCheckoutSuccess callback.
Also, PayPalNativeShippingListener only returns shipping address with adminArea1, adminArea2, countryCode and postalCode, but fields like line1, line2, fullAddress aren't present.

Expected behavior

Is it possible to receive the full Address on payment success, like in the old checkout SDK in the Approval.data.shippingAddress?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant