Skip to content

Conversation

@tylerjnap
Copy link
Contributor

No description provided.

@tylerjnap tylerjnap self-assigned this Dec 5, 2017
index.js Outdated
merchants: resources.merchants(requestOptions, maybePromiseRequest),
orders: resources.orders(requestOptions, maybePromiseRequest)
orders: resources.orders(requestOptions, maybePromiseRequest),
links: resources.links(requestOptions, maybePromiseRequest)
Copy link

Choose a reason for hiding this comment

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

@mightyguava pointed out alphabetical order on the python one. Seems worth doing here too

merchants: require('./merchants'),
orders: require('./orders')
orders: require('./orders'),
links: require('./links')
Copy link

Choose a reason for hiding this comment

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

Same as above

@tylerjnap tylerjnap merged commit e577933 into master Dec 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants