chg: revamped fistures !minor
This commit is contained in:
parent
ba91647cf1
commit
66b8c1bc53
8 changed files with 185 additions and 56 deletions
34
order/fixtures/products.json
Normal file
34
order/fixtures/products.json
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[
|
||||
{
|
||||
"model": "order.product",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"name": "Boots of the Explorer",
|
||||
"unit_price": 499.99
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "order.product",
|
||||
"pk": 2,
|
||||
"fields": {
|
||||
"name": "Lord's Blade Waistcloth",
|
||||
"unit_price": 249.99
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "order.product",
|
||||
"pk": 3,
|
||||
"fields": {
|
||||
"name": "Leggings of Favor",
|
||||
"unit_price": 499.99
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "order.product",
|
||||
"pk": 4,
|
||||
"fields": {
|
||||
"name": "Brigand Trousers",
|
||||
"unit_price": 199.99
|
||||
}
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue