@rebilly/instruments 12.57.4 → 12.57.5
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 +1 -6
- package/dist/index.js +1 -2
- package/dist/index.min.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1 @@
|
|
|
1
|
-
## [12.57.
|
|
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))
|
|
1
|
+
## [12.57.5](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.57.4...instruments/core-v12.57.5) (2025-05-14)
|
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("/")}@
|
|
6303
|
+
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@0b5dcf3`
|
|
6304
6304
|
};
|
|
6305
6305
|
return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
|
|
6306
6306
|
}
|
|
@@ -21190,7 +21190,6 @@ 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" });
|
|
21194
21193
|
const iframe = iframes.form;
|
|
21195
21194
|
if (!iframe) {
|
|
21196
21195
|
await mountForm();
|