I have an array of data in my session storage related to products in a store, and I would like to register a sale as soon as the user registers all their products and clicks on the end of the sale.
This array of products is gaining a line with each new product registered in my sale.
How do I get this session storage and write to my database?