be-api-client
Advanced tools
Comparing version
@@ -322,7 +322,4 @@ const rp = require('request-promise-native') | ||
async function updateQuote(quoteId, priceIncludingMarkup){ | ||
form = { | ||
priceIncludingMarkup | ||
} | ||
return await doPut(`/quotes/${quoteId}`, form) | ||
async function updateQuote(quoteId, fieldsToUpdate){ | ||
return await doPut(`/quotes/${quoteId}`, fieldsToUpdate) | ||
} | ||
@@ -329,0 +326,0 @@ |
{ | ||
"name": "be-api-client", | ||
"version": "0.0.65", | ||
"version": "0.0.66", | ||
"description": "A node.js client for the be-api.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
15131
-0.28%394
-0.76%