Skip to content

Commit

Permalink
Merge pull request #36 from ingrammicro/v17-dev
Browse files Browse the repository at this point in the history
BugFix for ProductConfigurations
  • Loading branch information
marcserrat authored Sep 12, 2019
2 parents 9e6d8fd + 0ed1d0c commit 7359aa9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/ProductConfigurationParameter.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,17 @@ class ProductConfigurationParameter extends Model
*/

public $events;

/**
* @var Item
*/

public $item;

/**
* @var Marketplace
*/

public $marketplace;

}

0 comments on commit 7359aa9

Please sign in to comment.