_order.json.jbuilder 297 Bytes
Newer Older
1
json.extract! order, :id, :seq, :status_zh, :address,
ivan Lan committed
2 3 4
  :pay_time, :delivery_time, :receipt_time, 
  :delivery_way, :delivery_cost, 
  :merchant_remark, :mark, :customer_remark, 
5
  :status, :status_zh, :meta
6
json.snapshots order.snapshots, partial: 'shotengai/share/snapshot_simple', as: :snapshot