-
Notifications
You must be signed in to change notification settings - Fork 572
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 Stripe prefix on all API classes #1252
Remove Stripe prefix on all API classes #1252
Conversation
b1edf56
to
3bd3645
Compare
@@ -6,7 +6,7 @@ namespace StripeTests | |||
using Stripe.Issuing; | |||
using Xunit; | |||
|
|||
public class CardServiceTest : BaseStripeTest | |||
public class IssuingCardServiceTest : BaseStripeTest |
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.
Flagging that there's a name conflict in the test suite as we already have CardServiceTest
. For now, I just prefixed that one and the DisputeServiceTest one to avoid conflicts until we find a better solution
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.
We can probably reuse the namespacing in tests, e.g. we'd have StripeTests.CardServiceTest
and StripeTests.Issuing.CardServiceTest
.
3bd3645
to
00deead
Compare
00deead
to
76579e4
Compare
r? @ob-stripe Can you have a thorough look on this one? I think it's mostly done, there are some classes I did not rename like There's also |
Kind of difficult to be very thorough with such PRs, but this looks good AFAICT. Thanks for your hard work @remi-stripe :)
Yeah, I think |
Yeah I hear you this is really tricky to review unfortunately. I'm hopeful that the test suite covers most edge-cases but I'm sure we'll have miss some things.
Toyed with adding "deprecated" somewhere in the name but went with PTAL |
Aside from that, all the remaining |
huh nice catch. We already have OrderReturn so not yet sure what StripeReturn is but will fix |
Okay |
@remi-stripe Looks like you didn't push that last change. |
@ob-stripe I did I just forgot I had switched branch already to try something else 🤦♂️. Fixed, PTYAL. |
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!
cc @stripe/api-libraries