September 2023
about 2 years ago
🚀 Feature
- Charge transactions can be filtered by
fromDateandstate - Charge transactions are sorted by
createdAtdescending - New endpoint added for reserving a Charge Point.
⚠️ 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. fromTypeandfromon wallet transaction model is nullable now (e.g. for deposit transactions)toTypeandtoon wallet transaction model is nullable now (e.g. for withdrawal transactions)
