db/sample/orders.yml in spree-0.7.1 vs db/sample/orders.yml in spree-0.8.0
- old
+ new
@@ -6,7 +6,10 @@
ship_amount: 5.00
tax_amount: 2.78
item_total: 37.97
total: 45.75
ip_address: 127.0.0.1
- checkout_complete: true
+ 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