Skip to content

Commit 2bc6d34

Browse files
author
Dmytro Voskoboinikov
committed
MAGETWO-55658: API functional test for service Invoice Offline
1 parent d2cca8e commit 2bc6d34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/OrderInvoiceCreateTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ public function testInvoiceCreate()
5454
];
5555

5656
$requestData = [
57+
'orderId' => $existingOrder->getId(),
5758
'items' => [],
5859
'comment' => [
5960
'comment' => 'Test Comment',

0 commit comments

Comments
 (0)