@rebilly/instruments 12.57.3 → 12.57.4

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/CHANGELOG.md CHANGED
@@ -1 +1,6 @@
1
- ## [12.57.3](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.57.2...instruments/core-v12.57.3) (2025-05-09)
1
+ ## [12.57.4](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.57.3...instruments/core-v12.57.4) (2025-05-14)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **instruments:** stop loading express purchase ([#11941](https://github.com/Rebilly/rebilly/issues/11941)) ([b01d8ee](https://github.com/Rebilly/rebilly/commit/b01d8eeeac6401263609b5ba90568f170c2bcd97))
package/dist/index.js CHANGED
@@ -6300,7 +6300,7 @@ function C$1({ options: e2 }) {
6300
6300
  }
6301
6301
  function o2() {
6302
6302
  const i = {
6303
- "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@a4ff4d5`
6303
+ "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@8087790`
6304
6304
  };
6305
6305
  return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
6306
6306
  }
@@ -21190,6 +21190,7 @@ async function mountConfirmation({ payload: instrument }) {
21190
21190
  }
21191
21191
  async function mountResult({ payload }) {
21192
21192
  var _a, _b;
21193
+ state.loader.stopLoading({ id: "express-purchase" });
21193
21194
  const iframe = iframes.form;
21194
21195
  if (!iframe) {
21195
21196
  await mountForm();