@salesforce/lds-adapters-commerce-store-pricing 1.134.4 → 1.134.6
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.
|
@@ -299,7 +299,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
299
299
|
function createResourceRequest(config) {
|
|
300
300
|
const headers = {};
|
|
301
301
|
return {
|
|
302
|
-
baseUri: '/services/data/
|
|
302
|
+
baseUri: '/services/data/v59.0',
|
|
303
303
|
basePath: '/commerce/webstores/' + config.urlParams.webstoreId + '/pricing/products/' + config.urlParams.productId + '',
|
|
304
304
|
method: 'get',
|
|
305
305
|
body: null,
|
package/package.json
CHANGED
package/sfdc/index.js
CHANGED
|
@@ -309,7 +309,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
309
309
|
function createResourceRequest(config) {
|
|
310
310
|
const headers = {};
|
|
311
311
|
return {
|
|
312
|
-
baseUri: '/services/data/
|
|
312
|
+
baseUri: '/services/data/v59.0',
|
|
313
313
|
basePath: '/commerce/webstores/' + config.urlParams.webstoreId + '/pricing/products/' + config.urlParams.productId + '',
|
|
314
314
|
method: 'get',
|
|
315
315
|
body: null,
|
|
@@ -461,4 +461,4 @@ withDefaultLuvio((luvio) => {
|
|
|
461
461
|
});
|
|
462
462
|
|
|
463
463
|
export { getProductPrice, getProductPrice_imperative };
|
|
464
|
-
// version: 1.134.
|
|
464
|
+
// version: 1.134.6-a88a77801
|