@rebilly/instruments 9.56.0 → 9.56.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 +4 -1
- package/dist/index.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [9.56.
|
|
1
|
+
## [9.56.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.56.0...instruments/core-v9.56.1) (2024-06-03)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
###
|
|
4
|
+
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
* **instruments:**
|
|
6
|
+
* **instruments:** CVV update removing address from existing instruments ([#5694](https://github.com/Rebilly/rebilly/issues/5694)) ([f80649c](https://github.com/Rebilly/rebilly/commit/f80649cce33fa3989753f992c98e90b65cefe889))
|
package/dist/index.js
CHANGED
|
@@ -16752,7 +16752,10 @@ class DataInstance {
|
|
|
16752
16752
|
);
|
|
16753
16753
|
}
|
|
16754
16754
|
get hasPurchaseData() {
|
|
16755
|
-
|
|
16755
|
+
var _a, _b;
|
|
16756
|
+
return Boolean(
|
|
16757
|
+
this.isPayment || this.inPurchase || ((_a = state.options) == null ? void 0 : _a.deposit) || ((_b = state.options) == null ? void 0 : _b.payout)
|
|
16758
|
+
);
|
|
16756
16759
|
}
|
|
16757
16760
|
toPostmatesModel() {
|
|
16758
16761
|
return JSON.parse(
|