You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,13 @@
5
5
6
6
Please see [the migration guide](MIGRATION.md) for guidance about updating to a newer major version.
7
7
8
+
### v4.2.0 - 2025-03-03
9
+
- Updated Interface Types to include new payment parameters ([#402](https://github.com/mollie/mollie-api-node/pull/402))
10
+
- Fix: `order.getPayments()` did not work ([#401](https://github.com/mollie/mollie-api-node/pull/401))
11
+
- Fix: `paymentChargebacks.get()` did not work ([#400](https://github.com/mollie/mollie-api-node/pull/400))
12
+
- Fix: `payment.isRefundable` did not work, but was also deprectated in favour of `canBeRefunded` ([#403](https://github.com/mollie/mollie-api-node/pull/403))
13
+
- Fix: returned links with search parameters, broke iterations ([#405](https://github.com/mollie/mollie-api-node/pull/405))
14
+
8
15
### v4.1.0 - 2024-10-03
9
16
- Extend captures API ([#371](https://github.com/mollie/mollie-api-node/pull/371))
0 commit comments