Update fixtures
This commit is contained in:
parent
e84aefab9a
commit
58d4df74ef
1 changed files with 2 additions and 0 deletions
|
@ -1256,6 +1256,7 @@ export const variant = (placeholderImage: string): ProductVariant => ({
|
||||||
__typename: "Stock",
|
__typename: "Stock",
|
||||||
id: "1",
|
id: "1",
|
||||||
quantity: 1,
|
quantity: 1,
|
||||||
|
quantityAllocated: 1,
|
||||||
warehouse: {
|
warehouse: {
|
||||||
__typename: "Warehouse",
|
__typename: "Warehouse",
|
||||||
id: "123",
|
id: "123",
|
||||||
|
@ -1266,6 +1267,7 @@ export const variant = (placeholderImage: string): ProductVariant => ({
|
||||||
__typename: "Stock",
|
__typename: "Stock",
|
||||||
id: "2",
|
id: "2",
|
||||||
quantity: 4,
|
quantity: 4,
|
||||||
|
quantityAllocated: 2,
|
||||||
warehouse: {
|
warehouse: {
|
||||||
__typename: "Warehouse",
|
__typename: "Warehouse",
|
||||||
id: "1234",
|
id: "1234",
|
||||||
|
|
Loading…
Reference in a new issue