Skip to content

Conversation

@Mike-W00d
Copy link

@Mike-W00d Mike-W00d commented May 22, 2025

Changed Price Object to Strings because that is what is being sent, Added Viewing URL to Property outbound

@Mike-W00d
Copy link
Author

Mike-W00d commented Sep 2, 2025

Adding viewing url, restricted and changing price outbound types to strings. Also mentioning quantity available is not a live field to avoid confusion.

* @var string
*/
protected $deposit_per_person = 0.0;
protected $deposit_per_person = '';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be '0.0' (as a string) to keep default the same while typing correctly?

* @var float
*/
protected $fee_per_person = 0.0;
protected $fee_per_person;
Copy link

@johnjoey johnjoey Sep 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to remove this default?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants