You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR implemented a SQL query to fetch the full order with the quote in one roundtrip. Take advantage of that to include the quote in the full order.
Details
Remove the struct OrderWithQuote and replace it with FullOrder. FullOrder now should include the quote too.
Acceptance criteria
The full order shall contain the quote.
The text was updated successfully, but these errors were encountered:
Background
This PR implemented a SQL query to fetch the full order with the quote in one roundtrip. Take advantage of that to include the quote in the full order.
Details
Remove the struct
OrderWithQuote
and replace it withFullOrder
.FullOrder
now should include the quote too.Acceptance criteria
The full order shall contain the quote.
The text was updated successfully, but these errors were encountered: