1
0
Fork 0
mirror of synced 2025-04-03 13:53:39 +03:00

Added site field to ProductOffer

This commit is contained in:
Opheugene 2025-03-19 17:41:26 +01:00
parent 71a3a66724
commit 1a5c2dd778

View file

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