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

Remove FragmentActivity from GooglePayClient #864

Merged
merged 5 commits into from
Dec 19, 2023

Conversation

sarahkoop
Copy link
Contributor

Summary of changes

  • Remove references to FragmentActivity from GooglePayClient and replace with Context where possible to make integration more flexible.

Checklist

  • Added a changelog entry

Authors

@sarahkoop sarahkoop requested a review from a team as a code owner December 18, 2023 20:29
assertTrue(readyToPayResult is GooglePayReadinessResult.NotReadyToPay)
assertSame(expectedError, (readyToPayResult as GooglePayReadinessResult.NotReadyToPay)
.error)
countDownLatch.countDown()
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These countdowns weren't required so I removed them

@sarahkoop sarahkoop merged commit 726ce9f into v5 Dec 19, 2023
3 checks passed
@sarahkoop sarahkoop deleted the remove_activity_requirements branch December 19, 2023 15:57
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.

3 participants