September 2022
about 3 years ago
2022-09-16
🚀 Feature
- Charge transactions can be filtered by
fromDateandstate - Charge transactions are sorted by
createdAtdescending
⚠️ Breaking change
- Previously, the pagination
pageparameter would handle0and1equally but return an incorrect pagination meta data. Our Paginationpageparameter was updated to start from0. Apageof1will now return the second page.
2022-09-14
🚀 Feature
- New endpoint added for reserving a Charge Point.
⚠️ Breaking change
fromTypeandfromon wallet transaction model is nullable now (e.g. for deposit transactions)toTypeandtoon wallet transaction model is nullable now (e.g. for withdrawal transactions)