BenjaminConant / stack_store

1 stars 2 forks source link

Closes #163 - order status validation #164

Closed gtelljohann closed 9 years ago

gtelljohann commented 9 years ago

Order statuses can only be cart, created, processing, cancelled, or completed

j1ands commented 9 years ago

i pulled this branch locally and grunt served, but was hit with "order not defined" in my console. After some investigation, it appears the order controller's show method is not setup properly. I suggest looking at the current master's show method and adjusting yours accordingly.