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
In the Finance service, the OrderSubmittedHandler, the implementation calculates a new total for the order by re-retrieving the product pricing information. This implies the customer could be charged for a different price than they original saw.
Consider having the original service pass through the "quote price" or "display price" so that the handler uses what price it showed to the user instead of re-grabbing it.
This was brought up as a question in the BuildStuffLT course.