@rebilly/instruments 12.57.6 → 12.58.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/CHANGELOG.md +6 -1
- package/dist/index.js +2 -2
- package/dist/index.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1 +1,6 @@
|
|
|
1
|
-
## [12.
|
|
1
|
+
## [12.58.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.57.6...instruments/core-v12.58.0) (2025-05-15)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#11689](https://github.com/Rebilly/rebilly/issues/11689)) ([829839f](https://github.com/Rebilly/rebilly/commit/829839f96513a80ded86fd3a83bc3955a27db9f0))
|
package/dist/index.js
CHANGED
|
@@ -6304,7 +6304,7 @@ function C$1({ options: e2 }) {
|
|
|
6304
6304
|
}
|
|
6305
6305
|
function o2() {
|
|
6306
6306
|
const i = {
|
|
6307
|
-
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
6307
|
+
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@829839f`
|
|
6308
6308
|
};
|
|
6309
6309
|
return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
|
|
6310
6310
|
}
|
|
@@ -14431,7 +14431,7 @@ const paymentMethods = [
|
|
|
14431
14431
|
apiName: "Klarna",
|
|
14432
14432
|
name: "Klarna",
|
|
14433
14433
|
landscapeLogo: null,
|
|
14434
|
-
portraitLogo:
|
|
14434
|
+
portraitLogo: "https://app.rebilly.com/static/payment-methods/portrait/Klarna.png",
|
|
14435
14435
|
summary: "Klarna offers flexible payment plans that provides payment solutions for 85\nmillion customers and over 200,000 merchants across 19 markets.\n",
|
|
14436
14436
|
description: "Klarna offers flexible payment plans that provides payment solutions for 85\nmillion customers and over 200,000 merchants across 19 markets.\n",
|
|
14437
14437
|
countries: {
|