Skip to content

Commit

Permalink
Fixed Totle api key param
Browse files Browse the repository at this point in the history
  • Loading branch information
SpasiboKojima committed Nov 14, 2019
1 parent 43d841f commit 3e72afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/totle/methods/createOrder.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default body => {
const req = {
url: configs.API_URL_ETH + configs.SWAP
};
body.apiKey = configs.TOTLE_API_KEY
body.params.apiKey = configs.TOTLE_API_KEY

request(req, body.params)
.then(result => {
Expand Down

0 comments on commit 3e72afb

Please sign in to comment.