@builder.io/plugin-sfcc-commerce-api 0.0.14 → 0.0.16
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.
package/dist/plugin.system.js
CHANGED
|
@@ -146880,7 +146880,7 @@ System.register(['@builder.io/sdk', '@emotion/core', '@material-ui/core', 'react
|
|
|
146880
146880
|
});
|
|
146881
146881
|
|
|
146882
146882
|
var name = "@builder.io/plugin-sfcc-commerce-api";
|
|
146883
|
-
var version = "0.0.
|
|
146883
|
+
var version = "0.0.15";
|
|
146884
146884
|
var description = "";
|
|
146885
146885
|
var keywords = [
|
|
146886
146886
|
];
|
|
@@ -147026,7 +147026,7 @@ System.register(['@builder.io/sdk', '@emotion/core', '@material-ui/core', 'react
|
|
|
147026
147026
|
async validateConfig() {
|
|
147027
147027
|
const response = await this.request(`validate-config`);
|
|
147028
147028
|
if (response.errors) {
|
|
147029
|
-
throw
|
|
147029
|
+
throw "We failed to authenticate your access to Salesforce Commerce Cloud B2C API. Please review all plugin fields and make sure they are correct.";
|
|
147030
147030
|
}
|
|
147031
147031
|
}
|
|
147032
147032
|
getProduct(id) {
|