-
Notifications
You must be signed in to change notification settings - Fork 292
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 BTCardRequest #1458
base: v7
Are you sure you want to change the base?
Remove BTCardRequest #1458
Conversation
CHANGELOG.md
Outdated
@@ -11,6 +11,8 @@ | |||
* Update `BTSEPADirectDebitRequest` to make all properties accessible on the initializer only vs via the dot syntax. | |||
* BraintreeLocalPayment | |||
* Update `BTLocalPaymentRequest` to make all properties accessible on the initializer only vs via the dot syntax. | |||
* BTCardRequest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: the top-level bullets are usually the module names, so BraintreeCard
* BTCardRequest | |
* BraintreeCard | |
* Remove `BTCardRequest` |
CHANGELOG.md
Outdated
@@ -11,6 +11,8 @@ | |||
* Update `BTSEPADirectDebitRequest` to make all properties accessible on the initializer only vs via the dot syntax. | |||
* BraintreeLocalPayment | |||
* Update `BTLocalPaymentRequest` to make all properties accessible on the initializer only vs via the dot syntax. | |||
* BraintreeCard | |||
* Remove `BTCardRequest` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Remove `BTCardRequest` | |
* Remove `BTCardRequest`, use `BTCard` directly instead |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved assuming tests pass
Summary of changes
Remove BTCardRequest
Checklist
Authors
@jwarmkessel @warmkesselj