openactive / OpenActive.Server.NET

.NET server library, including an OpenActive Reference Implementation
MIT License
0 stars 7 forks source link

LeaseOrderItems, BookOrdersItems, and ProposeOrderItems all replicate logic when should share it #226

Open civsiv opened 6 months ago

civsiv commented 6 months ago

In the FacilityStore and SessionStore, LeaseOrderItems, BookOrderItems, and ProposeOrderItems all replicate logic when should share it. Furthermore the logic in ProposeOrderItems is directly copied from BookOrderItems and needs to be checked if it is correctly in the context of an OrderProposal instead of an Order.