-
Notifications
You must be signed in to change notification settings - Fork 997
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
Set set_as_default_payment_method field using checkbox value #4502
base: master
Are you sure you want to change the base?
Conversation
…om:stripe/stripe-ios into joyceqin/remove-button-matches-save-button
🚨 New dead code detected in this PR: IntentConfirmParams.swift:48 warning: Property 'setAsDefaultPM' 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 |
StripePayments- public var setAsDefaultPM: Foundation.NSNumber?
- public var setAsDefaultPM: Foundation.NSNumber? 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 |
Summary
Motivation
Testing
Changelog