Database Service
A service which handles storing of the Basket in the database
Last updated
A service which handles storing of the Basket in the database
Last updated
The database service is what handles the retrieval of the UmbCheckout Basket within the database.
You can access the database service by injecting IDatabaseService
which can be found within the namespaceUmbCheckout.Core.Interfaces
The gets the stored Basket
Parameters:
sessionId
The session to retrieve the for