Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
slackerzz committed Jun 9, 2018
1 parent c62d922 commit 7433de4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ public function testInvoke()
'qty' => $orderItem->getQtyOrdered(),
'additional_data' => null,
'description' => null,
'entity_id' => null,
'entity_id' => 1,
'name' => null,
'parent_id' => null,
'price' => null,
'product_id' => null,
'row_total' => null,
'sku' => null,
'sku' => 'simple',
'weight' => null,
],
];
Expand Down

0 comments on commit 7433de4

Please sign in to comment.