Commit 17f38f46 by ivan Lan

Add snapshot info to simple_order

parent 0308d641
......@@ -2,4 +2,5 @@ json.extract! order, :id, :seq, :address, :amount,
:product_amount, :product_original_amount,
:pay_time, :delivery_time, :receipt_time,
:delivery_way, :delivery_cost, :customer_remark,
:status, :status_zh, :meta, :created_at
\ No newline at end of file
:status, :status_zh, :meta, :created_at
json.snapshots order.snapshots, partial: 'shotengai/share/snapshot_simple', as: :snapshot
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment