September 2023
over 1 year ago
🚀 Feature
- Charge transactions can be filtered by
fromDate
andstate
- Charge transactions are sorted by
createdAt
descending - New endpoint added for reserving a Charge Point.
⚠️ Breaking change
- Previously, the pagination
page
parameter would handle0
and1
equally but return an incorrect pagination meta data. Our Paginationpage
parameter was updated to start from0
. Apage
of1
will now return the second page. fromType
andfrom
on wallet transaction model is nullable now (e.g. for deposit transactions)toType
andto
on wallet transaction model is nullable now (e.g. for withdrawal transactions)