Skip to content

Commit

Permalink
Merge pull request magento#196 from magento-engcom/msi-issue-182
Browse files Browse the repository at this point in the history
Fix Issue magento#182
  • Loading branch information
Valeriy Nayda authored Nov 10, 2017
2 parents f6b11f0 + cb6eb12 commit d870dcf
Showing 1 changed file with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,17 @@ public function updateStockWithSalesChannelsReplacingDataProvider(): array
return [
'replace_sales_channels' => [
[
SalesChannelInterface::TYPE => SalesChannelInterface::TYPE_WEBSITE,
SalesChannelInterface::CODE => 'test_1',
],
[
SalesChannelInterface::TYPE => SalesChannelInterface::TYPE_WEBSITE,
SalesChannelInterface::CODE => 'test_2',
[
SalesChannelInterface::TYPE => SalesChannelInterface::TYPE_WEBSITE,
SalesChannelInterface::CODE => 'test_1',
],
[
SalesChannelInterface::TYPE => SalesChannelInterface::TYPE_WEBSITE,
SalesChannelInterface::CODE => 'test_2',
],
],
],
'remove_sales_channels' => [],
'remove_sales_channels' => [[]],
];
}

Expand Down

0 comments on commit d870dcf

Please sign in to comment.