openactive / models-php

PHP Models for the OpenActive Opportunity and Booking Specifications
MIT License
6 stars 8 forks source link

Update data models #91

Closed openactive-bot closed 2 years ago

openactive-bot commented 2 years ago

Update PHP data models to the latest version based on the OpenActive Vocabulary (codified by the Data Models), Test Interface and Beta Namespace.

nathansalter commented 2 years ago

Looks like the test for this has been wrong since we switched to string prices (before switching them back). At this point I guess the test wasn't updated back to what it should have been. Further note; the Serializer is serializing float as strings, which could potentially cause issues elsewhere (although in PHP it's unlikely).