-
Notifications
You must be signed in to change notification settings - Fork 1k
Add initial version of a standalone Link component #5119
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
Conversation
bccbdc6
to
9a9468c
Compare
StripePaymentSheet- public var emailAddress: Swift.String? {
+ get
+ set
+ }
- public var legalName: Swift.String? {
+ get
+ set
+ }
- public var phone: Swift.String? {
+ get
+ }
+ @objc deinit If you are adding a new public API consider the following:
If you are modifying or removing a public API:
If you confirm these APIs need to be added/updated and have undergone necessary review, add the label ℹ️ If this comment appears to be left in error, make sure your branch is up-to-date with |
🚨 New dead code detected in this PR: LinkController.swift:46 warning: Property 'mode' is assigned, but never used Please remove the dead code before merging. If this is intentional, you can bypass this check by adding the label ℹ️ If this comment appears to be left in error, double check that the flagged code is actually used and/or make sure your branch is up-to-date with |
3b195d4
to
d92d38d
Compare
d92d38d
to
3c4e6c3
Compare
Summary
This pull request adds an initial version of a standalone Link component. Lots of things aren't final yet, but opening it for review now so that dependent work is unblocked.
Motivation
Testing
Changelog