Skip to content

Commit

Permalink
Merge branch 'clicktrend-master' into release/1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
24198 committed Jan 16, 2018
2 parents 09c31b6 + 40c1c08 commit 8415e1e
Showing 1 changed file with 11 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,19 @@ protected function getSerializationConfig()
'inventoryItems' => [
'exclusion_policy' => 'all',
'fields' => [
'currentLevel' => [
'exclusion_policy' => 'all',
'fields' => ['inventory' => null, 'allocatedInventory' => null]
],
'warehouse' => [
'id' => null,
'inventoryLevels' => [
'exclusion_policy' => 'all',
'fields' => ['id' => null],
'fields' => [
'inventory' => null,
'allocatedInventory' => null,
'warehouse' => [
'exclusion_policy' => 'all',
'fields' => ['id' => null],
],
]
],

],
],
'createdAt' => null,
Expand Down

0 comments on commit 8415e1e

Please sign in to comment.