@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.
@@ -10702,8 +10702,7 @@ class g2 extends v2 {
10702
10702
  return console.info("addLines:response", t.data), t.data;
10703
10703
  }
10704
10704
  async evaluateConfigurationSelection({ request: n }) {
10705
- let t = null;
10706
- this.awsURL == "https://ec-apigw.blink.expedite1.com" ? t = "https://api-svc.blink.expedite1.com/api/product-pricing/evaluateConfigurationSelection" : t = `${this.awsURL}/evaluate-configuration-selection/api/product-pricing/evaluateConfigurationSelection`;
10705
+ let t = `${this.awsURL}/evaluate-configuration-selection/api/product-pricing/evaluateConfigurationSelection`;
10707
10706
  const r = await Ze.post(t, n, {
10708
10707
  headers: this.headers
10709
10708
  });