NAPOSCA / pantryplus

A curbside service for food pantries
http://pantryplus.herokuapp.com
Apache License 2.0
2 stars 0 forks source link

Dichotomous products are added to CountedLineItems #100

Closed alexjamesmalcolm closed 6 years ago

alexjamesmalcolm commented 6 years ago

Clicking the toggle switch for a dichotomous product on the shopping view adds it to the cart as a CountedLineItem rather than just a LineItem. This is because there aren't enough JavaScript methods for the different API methods needed for DichotomousLineItem's.