Sha256: 578be1aa238033e06b0b302c61ab0c065f5fff66f6d97051e3a9f9f783943c75

Contents?: true

Size: 354 Bytes

Versions: 4

Compression:

Stored size: 354 Bytes

Contents

<% 1.upto(30) do |i| %>
order_<%= i %>:
  id: <%= i %>
  user: frank
  number: <%= Array.new(9){rand(9)}.join %>
  status: <%= Order::Status::AUTHORIZED %>
  ship_method: 1
  ship_amount: 5.00
  tax_amount: 2.78
  item_total: 37.97
  total: 45.75
  ship_address: frank_address
  bill_address: frank_address
  ip_address: 127.0.0.1
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
spree-0.0.6 starter-app/db/sample/orders.yml
spree-0.0.5 starter-app/db/sample/orders.yml
spree-0.0.8 starter-app/db/sample/orders.yml
spree-0.0.7 starter-app/db/sample/orders.yml