@rebilly/instruments 16.79.0 → 16.80.1
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 +3 -3
- package/dist/index.js +2 -2
- package/dist/index.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [16.
|
|
1
|
+
## [16.80.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.80.0...instruments/core-v16.80.1) (2026-03-25)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
###
|
|
4
|
+
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
* **
|
|
6
|
+
* **frontend:** prettier configuration overriding quotes rule ([#19960](https://github.com/Rebilly/rebilly/issues/19960)) ([ecd36e7](https://github.com/Rebilly/rebilly/commit/ecd36e76cf3be1ffd0404566cb9cade3b18b795b))
|
package/dist/index.js
CHANGED
|
@@ -5298,7 +5298,7 @@ function C$1({ options: e2 }) {
|
|
|
5298
5298
|
}
|
|
5299
5299
|
function o2() {
|
|
5300
5300
|
const i = {
|
|
5301
|
-
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
5301
|
+
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@ecd36e7`
|
|
5302
5302
|
};
|
|
5303
5303
|
return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
|
|
5304
5304
|
}
|
|
@@ -18703,7 +18703,7 @@ async function fetchPaymentInstrument() {
|
|
|
18703
18703
|
return Endpoint(async () => {
|
|
18704
18704
|
validateStorefront(state.storefront);
|
|
18705
18705
|
const { items: instruments } = await state.storefront.paymentInstruments.getAll({
|
|
18706
|
-
filter:
|
|
18706
|
+
filter: "status:active,inactive,verification-needed"
|
|
18707
18707
|
});
|
|
18708
18708
|
return instruments.map(({ fields }) => fields);
|
|
18709
18709
|
});
|