Open psandeepkumar-concentrix opened 1 year ago
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.
@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.
@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,