1
0
mirror of synced 2025-03-23 16:44:00 +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;
}