1
0
Fork 0
mirror of synced 2025-04-04 14:23:40 +03:00

Merge pull request #221 from opheugene/offer-site

Added site field to ProductOffer
This commit is contained in:
Pavel 2025-03-20 16:41:04 +03:00 committed by GitHub
commit fc78e5897b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -170,4 +170,12 @@ class ProductOffer
* @JMS\SerializedName("barcode")
*/
public $barcode;
/**
* @var string
*
* @JMS\Type("string")
* @JMS\SerializedName("site")
*/
public $site;
}