mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-22 08:08:04 +01:00
Update fixtures
This commit is contained in:
parent
346477be88
commit
31f3c10f61
1 changed files with 13 additions and 2 deletions
|
@ -201,10 +201,10 @@
|
||||||
"model": "purchase.product",
|
"model": "purchase.product",
|
||||||
"fields": {
|
"fields": {
|
||||||
"created_at": "2023-04-02T13:33:54.405Z",
|
"created_at": "2023-04-02T13:33:54.405Z",
|
||||||
"updated_at": "2023-04-02T13:47:52.638Z",
|
"updated_at": "2023-04-02T14:02:27.413Z",
|
||||||
"name": "Verre",
|
"name": "Verre",
|
||||||
"unit_price_cents": 100,
|
"unit_price_cents": 100,
|
||||||
"initials": "V",
|
"initials": "Ve",
|
||||||
"display_order": 19
|
"display_order": 19
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -229,5 +229,16 @@
|
||||||
"initials": "CrN",
|
"initials": "CrN",
|
||||||
"display_order": 22
|
"display_order": 22
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"model": "purchase.product",
|
||||||
|
"fields": {
|
||||||
|
"created_at": "2023-04-02T14:02:56.130Z",
|
||||||
|
"updated_at": "2023-04-02T14:02:56.130Z",
|
||||||
|
"name": "Facture",
|
||||||
|
"unit_price_cents": 0,
|
||||||
|
"initials": "Fa",
|
||||||
|
"display_order": 23
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue