@rebuy/rebuy 2.19.1 → 2.20.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.
package/dist/index.js CHANGED
@@ -507,7 +507,8 @@ var stagingDomains = [
507
507
  "rebuy-regression-qa.myshopify.com",
508
508
  "senator-staging.myshopify.com",
509
509
  "mike-reids-test-store.myshopify.com",
510
- "dash-ext-hoke.myshopify.com"
510
+ "dash-ext-hoke.myshopify.com",
511
+ "rebuy-checkout-e2e-staging.myshopify.com"
511
512
  ];
512
513
  var makeCall = async (key, method, path, data, origin, options = {}) => {
513
514
  const url = `${origin}${path}`;