@rebilly/instruments 16.187.0 → 16.187.2
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 -13
- package/dist/index.min.js +5 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1 @@
|
|
|
1
|
-
## [16.187.
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Features
|
|
5
|
-
|
|
6
|
-
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#26397](https://github.com/Rebilly/rebilly/issues/26397)) ([aa4d9e7](https://github.com/Rebilly/rebilly/commit/aa4d9e7eec4ad7f4d488a6db856c128c753e5af9))
|
|
1
|
+
## [16.187.2](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.187.1...instruments/core-v16.187.2) (2026-09-18)
|
package/dist/index.js
CHANGED
|
@@ -6440,7 +6440,7 @@ function O$1({ options: e }) {
|
|
|
6440
6440
|
}
|
|
6441
6441
|
function o() {
|
|
6442
6442
|
const a = {
|
|
6443
|
-
"REB-API-CONSUMER": `${["Rebilly", e.appName, "js-sdk"].filter((m2) => m2).join("/")}@
|
|
6443
|
+
"REB-API-CONSUMER": `${["Rebilly", e.appName, "js-sdk"].filter((m2) => m2).join("/")}@882e2fc`
|
|
6444
6444
|
};
|
|
6445
6445
|
return e.apiKey && (a["REB-APIKEY"] = e.apiKey), a;
|
|
6446
6446
|
}
|
|
@@ -13773,12 +13773,6 @@ function filterReadyToPay(readyToPay) {
|
|
|
13773
13773
|
"echeck",
|
|
13774
13774
|
// Required unique implementation
|
|
13775
13775
|
// account number, routing number, and account type required
|
|
13776
|
-
"Khelocard",
|
|
13777
|
-
// payment instrument is required
|
|
13778
|
-
// card number is required
|
|
13779
|
-
// card cvv is required
|
|
13780
|
-
// expiration month is required
|
|
13781
|
-
// expiration year is required
|
|
13782
13776
|
// Methods to ignore
|
|
13783
13777
|
"Apple Pay",
|
|
13784
13778
|
// Apple Pay should be used only from payment-card method
|
|
@@ -13859,12 +13853,6 @@ function filterReadyToPayout(readyToPayout) {
|
|
|
13859
13853
|
const BLOCKED_METHODS = [
|
|
13860
13854
|
// account number, routing number, and account type required
|
|
13861
13855
|
"echeck",
|
|
13862
|
-
// payment instrument is required
|
|
13863
|
-
// card number is required
|
|
13864
|
-
// card cvv is required
|
|
13865
|
-
// expiration month is required
|
|
13866
|
-
// expiration year is required
|
|
13867
|
-
"Khelocard",
|
|
13868
13856
|
// Klarna authorization token is required
|
|
13869
13857
|
// Klarna session ID is required
|
|
13870
13858
|
"Klarna"
|