Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

Add negated orderHistory parameters and deleteUsers method #22

Merged
merged 2 commits into from
Dec 10, 2018

Conversation

RoseannaM
Copy link
Contributor

@RoseannaM RoseannaM commented Dec 7, 2018

New method created for the deletion of one or many users:
gocommerce #149
Allowed negated parameters for the order history method:
gocommerce #152

Closes #21
Closes #20

New method created for the deletion of one or many users
Allowed negated parameters for the order history method
@bcomnes bcomnes changed the title Created additional methods Add negated orderHistory parameters and deleteUsers method Dec 10, 2018
Copy link
Contributor

@bcomnes bcomnes left a comment

Choose a reason for hiding this comment

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

Lets make the arguments into options objects instead, in a way that doesn't break the existing API.

@bcomnes
Copy link
Contributor

bcomnes commented Dec 10, 2018

I'll go ahead and make the tweak.

@bcomnes
Copy link
Contributor

bcomnes commented Dec 10, 2018

Oh wait we can't do that, parames is already an object.

@bcomnes
Copy link
Contributor

bcomnes commented Dec 10, 2018

Ok, instead of adding a single additional argument, I wrapped them in an options object so we have room to grow.

@bcomnes bcomnes merged commit a6f3414 into netlify:master Dec 10, 2018
@RoseannaM
Copy link
Contributor Author

Awesome, thanks!

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

Successfully merging this pull request may close these issues.

2 participants