@expedite-commerce/expedite-components 0.2.54 → 0.2.55
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.
|
@@ -15168,8 +15168,7 @@ class L9 extends R9 {
|
|
|
15168
15168
|
return console.info("addLines:response", n.data), n.data;
|
|
15169
15169
|
}
|
|
15170
15170
|
async evaluateConfigurationSelection({ request: t }) {
|
|
15171
|
-
let n =
|
|
15172
|
-
this.awsURL == "https://ec-apigw.blink.expedite1.com" ? n = "https://api-svc.blink.expedite1.com/api/product-pricing/evaluateConfigurationSelection" : n = `${this.awsURL}/evaluate-configuration-selection/api/product-pricing/evaluateConfigurationSelection`;
|
|
15171
|
+
let n = `${this.awsURL}/evaluate-configuration-selection/api/product-pricing/evaluateConfigurationSelection`;
|
|
15173
15172
|
const r = await rt.post(n, t, {
|
|
15174
15173
|
headers: this.headers
|
|
15175
15174
|
});
|