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

[🐞] Intermittent failure onShippingChange callback of the Android #226

Open
psandeepkumar-concentrix opened this issue Mar 28, 2023 · 2 comments
Labels

Comments

@psandeepkumar-concentrix

@tdchow @ChrisGuzman @mahmoud-turki On the Android SDK side, when initiating the PayPal order creation, the intermittently onShippingChange callback was not triggering.

when the user opens the Paysheet we have already a default address set by PayPal SDK but the onShippingChange is not called. App side, in the onShippingChange callback, we are requesting our own APIs for tax calculation based on shipping address. Due to an onShippingChange callback failure, the tax amount is impacting our Android app.

Observation:- when we first launch the paysheet the onShippingChange is invoked and that address is cached, however, when the user finishes the first purchase and execute a second purchase the address is cached and the SDK is not invoking

Note: Testing here I see that if I close the app and open it again the onShippingChange callback is executed,

@chpypl
Copy link
Collaborator

chpypl commented Apr 5, 2023

Hello, it sounds like the bug you're describing is the same as #100, is that correct? If so the fix will be in the next release of the SDK.

@psandeepkumar-concentrix
Copy link
Author

@chpypl Can you please provide an estimation on when the next release will be available? This will help us plan accordingly and ensure that we can take advantage of the fix as soon as possible.

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

No branches or pull requests

2 participants