1
0
mirror of synced 2025-03-23 16:44:00 +03:00

Added site field to ProductOffer

This commit is contained in:
Opheugene 2025-03-19 17:51:25 +01:00
parent 5a3547894a
commit 0a862dd86b

View File

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