Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/remove remainingattendeecapacity from b #229

Conversation

civsiv
Copy link
Contributor

@civsiv civsiv commented Mar 28, 2024

Closes: #228

Before:
Screenshot 2024-03-28 at 17 48 21
After:
Screenshot 2024-03-28 at 17 47 33

@civsiv civsiv changed the base branch from master to feature/elaborate-todos March 28, 2024 17:53
@@ -52,5 +52,13 @@ public static void AddPropertiesToBookedOrderItem(IOrderItemContext ctx, BookedO
}
}

public static void RemovePropertiesFromBookedOrderItem(IOrderItemContext ctx)
{
// Set RemainingAttendeeCapacity and MaximumAttendeeCapacity to null as the do not belong in the B and P responses.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
// Set RemainingAttendeeCapacity and MaximumAttendeeCapacity to null as the do not belong in the B and P responses.
// Set RemainingAttendeeCapacity and MaximumAttendeeCapacity to null as they do not belong in the B and P responses.

@civsiv civsiv merged commit a98b8da into feature/elaborate-todos Apr 3, 2024
19 of 21 checks passed
@civsiv civsiv deleted the feature/remove-remainingattendeecapacity-from-b branch April 3, 2024 16:45
civsiv added a commit that referenced this pull request Apr 4, 2024
* feat: elaborate TODOs

* Feature/remove remainingattendeecapacity from b (#229)

* feat: remove remainingAttendeeCapacity and maximumAttendeeCapacity from B response

* remove from P response too

* Update OpenActive.Server.NET/CustomBookingEngine/CustomBookingEngine.cs

Co-authored-by: Luke Winship <[email protected]>

* elaborate a todo

---------

Co-authored-by: Luke Winship <[email protected]>
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