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

Fix click listener issue with Google Pay button #7136

Merged
merged 2 commits into from
Aug 9, 2023

Conversation

tillh-stripe
Copy link
Collaborator

@tillh-stripe tillh-stripe commented Aug 9, 2023

Summary

This pull request makes the on-click listener of PaymentSheet’s Google Pay button more reliable. Instead of setting the listener on the wrapping GooglePayButton, we now set it directly on the provided PayButton.

Motivation

#7124

Testing

  • Added tests
  • Modified tests
  • Manually verified

Screenshots

Before After
before screenshot after screenshot

Changelog

[FIXED] Fixed an issue where the Google Pay button in PaymentSheet was not clickable in some cases.

@tillh-stripe tillh-stripe marked this pull request as ready for review August 9, 2023 15:46
@tillh-stripe tillh-stripe requested review from a team as code owners August 9, 2023 15:46
@tillh-stripe tillh-stripe merged commit 64a84e0 into master Aug 9, 2023
6 checks passed
@tillh-stripe tillh-stripe deleted the tillh/google-pay-button-clicks-fix branch August 9, 2023 15:51
fionnbarrett-stripe pushed a commit that referenced this pull request Aug 17, 2023
* Fix click listener issue with Google Pay button

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

Successfully merging this pull request may close these issues.

None yet

2 participants