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