added delivery costs to total / added ribica logo just for fun / added validation check when confirming delivery
This commit is contained in:
11
back-office/test/fixtures/places.yml
vendored
Normal file
11
back-office/test/fixtures/places.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
postal_code: MyString
|
||||
delivery_price: 9.99
|
||||
name: MyString
|
||||
|
||||
two:
|
||||
postal_code: MyString
|
||||
delivery_price: 9.99
|
||||
name: MyString
|
||||
Reference in New Issue
Block a user