Merge pull request #221 from opheugene/offer-site
Added site field to ProductOffer
This commit is contained in:
commit
fc78e5897b
@ -170,4 +170,12 @@ class ProductOffer
|
||||
* @JMS\SerializedName("barcode")
|
||||
*/
|
||||
public $barcode;
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*
|
||||
* @JMS\Type("string")
|
||||
* @JMS\SerializedName("site")
|
||||
*/
|
||||
public $site;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user