st-tu-dresden / videoshop

SalesPoint sample application
Apache License 2.0
87 stars 246 forks source link

Rename orderline to cartitem in carth.html #33

Closed odrotbohm closed 9 years ago

odrotbohm commented 9 years ago

We're still using the variable name orderline in cart.html which seems to cause confusion about the type of the items held in Cart. We should rename the variable to item to reflect it not being related to OrderLines in the first place.