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

Api client update apple pay #1530

Draft
wants to merge 7 commits into
base: v7
Choose a base branch
from
Draft

Conversation

warmkesselj
Copy link
Contributor

@warmkesselj warmkesselj commented Mar 3, 2025

Summary of changes

Update BTApplePayClient init to BTApplePayClient(authorization: String) ✅
Update unit tests ✅
Update demo app ✅
Add CHANGELOG entry ✅
Add migration guide entry ✅

Checklist

  • Added a changelog entry
  • Tested and confirmed payment flows affected by this change are functioning as expected

Authors

@jwarmkessel @warmkesselj

@warmkesselj warmkesselj changed the base branch from main to v7 March 3, 2025 22:13
- var amexClient = BTAmericanExpressClient(apiClient: apiClient)
+ var amexClient = BTAmericanExpressClient(authorization: "<CLIENT_AUTHORIZATION>")
+ var amexClient = BTAmericanExpressClient(authorization: "<CLIENT_AUTHORIZATION>")
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Cleaned up this diff code. Wondering if we are intentionally keeping the + and -?

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

Successfully merging this pull request may close these issues.

2 participants