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
fix(onramp): dismiss Google Pay sheet on commit_error or cancel
When a Coinbase commit_error arrives while the Google Pay GMS Activity
is on top, nothing dismissed it — the user had to close it manually.
Extract the CLEAR_TOP intent trick into dismissPaymentSheet() and call
it from wrappedOnPaymentFailure and wrappedOnCancel whenever the
payment sheet was presented.
0 commit comments