db/sample/orders.yml in spree-0.8.5 vs db/sample/orders.yml in spree-0.9.0
- old
+ new
@@ -1,15 +1,8 @@
<% 1.upto(30) do |i| %>
order_<%= i %>:
user: frank
number: <%= "R#{Array.new(9){rand(9)}.join}" %>
state: new
- ship_amount: 5.00
- tax_amount: 2.78
item_total: 37.97
total: 45.75
- ip_address: 127.0.0.1
- checkout_complete: true
- ship_address: frank_ship_address_<%= i %>
- bill_address: frank_bill_address_<%= i %>
- email: frank.foo@example.com
<% end %>
\ No newline at end of file