DavidAJohn / PhotoPortfolio

Personal photo portfolio .NET web application which implements a Blazor and Tailwind CSS user interface with a MongoDb database, and includes integration with Stripe Checkout and Prodigi Print API
0 stars 0 forks source link

Order entity should include shipping cost #22

Closed DavidAJohn closed 1 year ago

DavidAJohn commented 1 year ago

As with the Basket model class, the Order entity needs to include the shipping cost as a separate property.

At the moment, the TotalCost only includes the item total.