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 1 forks source link

Shipping Costs in Basket/Local Storage #24

Closed DavidAJohn closed 1 year ago

DavidAJohn commented 1 year ago

During testing, I've occasionally seen the shipping costs sticking around in local storage, but I can't pin down when or why it's happening.

It may be happening if the basket times out, so it may may related to the BasketState render fragment in the client app.