@rebilly/instruments 12.59.2 → 12.59.3
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 -1
- package/dist/index.js +2 -1
- package/dist/index.min.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
## [12.59.
|
|
1
|
+
## [12.59.3](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.59.2...instruments/core-v12.59.3) (2025-05-16)
|
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("/")}@17e40f1`
|
|
6304
6304
|
};
|
|
6305
6305
|
return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
|
|
6306
6306
|
}
|
|
@@ -21193,6 +21193,7 @@ async function mountConfirmation({ payload: instrument }) {
|
|
|
21193
21193
|
}
|
|
21194
21194
|
async function mountResult({ payload }) {
|
|
21195
21195
|
var _a, _b;
|
|
21196
|
+
state.loader.stopLoading({ id: "express-purchase" });
|
|
21196
21197
|
const iframe = iframes.form;
|
|
21197
21198
|
if (!iframe) {
|
|
21198
21199
|
await mountForm();
|