bentocorp / android

The customer Android app
0 stars 0 forks source link

App allows adding of items past max_per_order to a given bento. #184

Closed vcardillo closed 8 years ago

vcardillo commented 9 years ago

The app is allowing me to add more of an item beyond the max_per_order limit to a bento. Just to be clear, this is more accurately understood as "max per bento".

Where is the "reached to max" text coming from?

xkokushox commented 9 years ago

"Sold Out" and "Reached to max" are hardcode.

Now the client wont be able to add max_per_order in a bento.

vcardillo commented 9 years ago

"Reached to max", let's change it to use the reached-max-button from ios_copy.

xkokushox commented 9 years ago

Done )