Skip to content
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 status_transitions filters to the Order List options #1270

Merged
merged 1 commit into from
Sep 6, 2018

Conversation

spastorelli-stripe
Copy link
Contributor

@spastorelli-stripe spastorelli-stripe commented Sep 5, 2018

Add status_transitions filters to the Order List options.

r? @ob-stripe
cc @stripe/api-libraries

public StripeDateFilter Canceled { get; set; }

[JsonProperty("status_transitions[fulfilled]")]
public StripeDateFilter Fulfiled { get; set; }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small typo here, should be Fulfilled.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching this. Done.

@spastorelli-stripe spastorelli-stripe force-pushed the spastorelli-add-status-transitions-param branch from 3ff0fd2 to 392be6d Compare September 6, 2018 09:07
@spastorelli-stripe spastorelli-stripe changed the title [WIP] Add status_transitions filters to the Order List options Add status_transitions filters to the Order List options Sep 6, 2018
@ob-stripe ob-stripe merged commit ed7c3a2 into master Sep 6, 2018
@ob-stripe ob-stripe deleted the spastorelli-add-status-transitions-param branch September 6, 2018 18:12
@ob-stripe
Copy link
Contributor

Released as 19.5.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants