Skip to content

Commit

Permalink
Merge pull request #21 from pvomhoff/master
Browse files Browse the repository at this point in the history
Fix params for getOrders method
  • Loading branch information
apertureless authored Oct 3, 2017
2 parents 9852fab + 9904ee2 commit 70851b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ class Shopware {
return this.handleRequest({
url: 'orders/',
method: 'GET',
params
qs: params
}, 'data')
}

Expand Down

0 comments on commit 70851b1

Please sign in to comment.