-
Notifications
You must be signed in to change notification settings - Fork 463
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 all beta features from Issuing APIs #1052
Conversation
76af702
to
e098e6b
Compare
@remi-stripe Quick note that I retargeted this PR to the major integration branch in #1055. |
8d70710
to
28c24cf
Compare
a44bf0d
to
35aa632
Compare
35aa632
to
edae9bc
Compare
issuing_cardholder.go
Outdated
// This property is deprecated | ||
Name string `json:"name"` | ||
// IssuingCardholderCompany represents additional information about a | ||
// business_entity cardholder. |
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.
s/business_entity/company in the docstring, too
issuing_cardholder.go
Outdated
Address *AddressParams `form:"address"` | ||
|
||
// This parameter is deprecated | ||
Name *string `form:"name"` | ||
} | ||
|
||
// IssuingCardholderCompanyParams represents additional information about a |
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.
this docstring also needs s/business_entity/company now
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.
LGTM except for some docstrings that can be fixed now or later
edae9bc
to
6218549
Compare
Fixed the comments issues so approving and merging |
This PR removes all the deprecated features from the Issuing API and renames all relevant classes to ensure we have the right structure for codegen.
r? @richardm-stripe @ob-stripe
cc @stripe/api-libraries
Note: Targets major version integration branch in #1055.