You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 theonPayPalCheckoutSuccess
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
?The text was updated successfully, but these errors were encountered: