We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b1094 commit 17a571bCopy full SHA for 17a571b
dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/ShipmentCreateTest.php
@@ -87,7 +87,12 @@ public function testInvoke()
87
'order_id' => $order->getId(),
88
'title' => 'ground',
89
'description' => null,
90
- 'track_number' => '12345678'
+ 'track_number' => '12345678',
91
+ 'parent_id' => null,
92
+ 'created_at' => null,
93
+ 'updated_at' => null,
94
+ 'qty' => null,
95
+ 'weight' => null
96
]
97
],
98
'items' => $items,
0 commit comments