This small release fixes a null pointer issue with the REST api when reservations with null quantity are present and provides a new endpoint to retrieve a reservations price based on the price calculation configured in GoMeddo.
Improvements
- Added a new endpoint that allows you to run the custom price calculation without inserting a reservation.
Bug fixes
- Fixed an issue that generated a null pointer on the /availability endpoint when the requested range contained a reservation with null quantity.