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
🐞 Describe the Bug @tdchow@ChrisGuzman After launching the PayPal SDK UI if the user chooses the PayIn4 option then SDK is loading the web UI fallback or sometime SDK directly loads the web UI. In the web UI if the user changes the shipping address or the shipping method OnShippingChangeCallback is not working.
🔬 Minimal Reproduction
Choose the PayPal checkout option then choose the PayIn4 option or sometime SDK by default loading web UI fallback then if the user changes the shipping address or the shipping methods then the OnShippingChangeCallback is not calling.
😕 Actual Behavior
OnShippingChangeCallback is not calling when changing the shipping address or the shipping option from the web fallback UI.
🤔 Expected Behavior
OnShippingChangeCallback should call when the user changes the shipping address or the shipping option from the web fallback UI.
🌍 Environment
Android version: - All Android version
SDK version (0.8.8): -
➕ Additional Context
Basically cart item tax calculation is happening based on the shipping address user selects from the PayPal SDK UI.
The text was updated successfully, but these errors were encountered:
🐞 Describe the Bug
@tdchow @ChrisGuzman After launching the PayPal SDK UI if the user chooses the PayIn4 option then SDK is loading the web UI fallback or sometime SDK directly loads the web UI. In the web UI if the user changes the shipping address or the shipping method OnShippingChangeCallback is not working.
🔬 Minimal Reproduction
Choose the PayPal checkout option then choose the PayIn4 option or sometime SDK by default loading web UI fallback then if the user changes the shipping address or the shipping methods then the OnShippingChangeCallback is not calling.
😕 Actual Behavior
OnShippingChangeCallback is not calling when changing the shipping address or the shipping option from the web fallback UI.
🤔 Expected Behavior
OnShippingChangeCallback should call when the user changes the shipping address or the shipping option from the web fallback UI.
🌍 Environment
Android version: - All Android version
SDK version (0.8.8): -
➕ Additional Context
Basically cart item tax calculation is happening based on the shipping address user selects from the PayPal SDK UI.
The text was updated successfully, but these errors were encountered: