c-topherl / brewCom

0 stars 0 forks source link

get_orders request #59

Closed c-topherl closed 8 years ago

c-topherl commented 8 years ago

You're sending back "delivery method: ". Can we get a human readable description instead so the user doesn't see a number in the table cell? You can either simply translate the code to the description and send that instead, or switch to sending two values like below... doesn't matter to me.

delivery_method_code: 0, delivery_method: Pickup

joelmeister commented 8 years ago

delivery_method_id => this is the integer id delivery_method => this is a human readable version