@salesforce/lds-adapters-revenue-place-quote 1.231.0 → 1.233.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -235,7 +235,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
235
235
|
function createResourceRequest(config) {
|
|
236
236
|
const headers = {};
|
|
237
237
|
return {
|
|
238
|
-
baseUri: '/services/data/
|
|
238
|
+
baseUri: '/services/data/v60.0',
|
|
239
239
|
basePath: '/commerce/quotes/actions/place',
|
|
240
240
|
method: 'post',
|
|
241
241
|
body: config.body,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-revenue-place-quote",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.233.0",
|
|
4
4
|
"description": "Place Quote API for partial items and price/taxation updates async",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/revenue-place-quote.js",
|
package/sfdc/index.js
CHANGED
|
@@ -244,7 +244,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
244
244
|
function createResourceRequest(config) {
|
|
245
245
|
const headers = {};
|
|
246
246
|
return {
|
|
247
|
-
baseUri: '/services/data/
|
|
247
|
+
baseUri: '/services/data/v60.0',
|
|
248
248
|
basePath: '/commerce/quotes/actions/place',
|
|
249
249
|
method: 'post',
|
|
250
250
|
body: config.body,
|
|
@@ -330,4 +330,4 @@ withDefaultLuvio((luvio) => {
|
|
|
330
330
|
});
|
|
331
331
|
|
|
332
332
|
export { updateQuote };
|
|
333
|
-
// version: 1.
|
|
333
|
+
// version: 1.233.0-e0ba7cc7b
|