sannawiklund / VOSA-Events

This project is our final assignment in our Backend course, and we chose to develop an event platform. The goal of the assignment was to become more comfortable with the agile work process, kanban boards and git strategies. The project has been developed in ASP.NET with Razor Pages, Oauth, Entity Framework, RestFUL APIs and HTML/CSS.
3 stars 0 forks source link

Bug - Bookingquantity #143

Closed sannawiklund closed 3 months ago

sannawiklund commented 3 months ago

When selecting more than 1 ticket to book, only 1 is added to the quantity in cart.

sannawiklund commented 3 months ago

Bug fixed - Changed quantity variable from 1 to quantity and changed some in the HTML