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