-
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
Add CollectionMethod for Invoices and Subscriptions #1679
Conversation
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.
Left some comments on things to change. Don't action on the enum one until @ob-stripe has shared his opinion
r? @remi-stripe |
b9e7738
to
7e6f993
Compare
r? @remi-stripe |
7e6f993
to
94929e3
Compare
r? @remi-stripe |
Changes lgtm. Assigning to @ob-stripe for approval. |
5130043
to
94929e3
Compare
r? @remi-stripe |
@ob-stripe added |
7f04cfb
to
296a1c3
Compare
r? @ob-stripe Rebased and tested on latest stripe-mock |
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.
One nit, lgtm otherwise.
296a1c3
to
aefacf9
Compare
r? @ob-stripe |
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. Can you please squash your commits before merging?
aefacf9
to
8fcdba1
Compare
Squashed. I was told never to merge these, so I'm reassigning to @remi-stripe :) |
8fcdba1
to
07c9330
Compare
/// </summary> | ||
[JsonProperty("collection_method")] | ||
public string CollectionMethod { get; set; } | ||
|
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.
Sorry I didn't flag them all originally and wanted you to recheck each one. That one should be before Customer
and CustomFields
/// </summary> | ||
[JsonProperty("collection_method")] | ||
public string CollectionMethod { get; set; } | ||
|
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 should be before DefaultSourceId
and DefaultPaymentMethodId
07c9330
to
abc7011
Compare
@remi-stripe sorry, I thought since there were two comments those were the only two. I rechecked them all, I'm not sure if that one should go after the collapsable charge block or not, not sure how those regions work. |
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.
Thanks for all the fixes. Approving
r? @remi-stripe
cc @stripe/api-libraries