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
@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,
The text was updated successfully, but these errors were encountered:
@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,
The text was updated successfully, but these errors were encountered: