add ordering field to site definition
This commit is contained in:
commit
5b69fc77cf
@ -116,6 +116,14 @@ class Site
|
|||||||
*/
|
*/
|
||||||
public $catalogLoadingAt;
|
public $catalogLoadingAt;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int
|
||||||
|
*
|
||||||
|
* @JMS\Type("int")
|
||||||
|
* @JMS\SerializedName("ordering")
|
||||||
|
*/
|
||||||
|
public $ordering;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var \RetailCrm\Api\Model\Entity\References\LegalEntity
|
* @var \RetailCrm\Api\Model\Entity\References\LegalEntity
|
||||||
*
|
*
|
||||||
|
@ -6683,6 +6683,7 @@ EOF;
|
|||||||
"name": "test",
|
"name": "test",
|
||||||
"url": "https://example.com",
|
"url": "https://example.com",
|
||||||
"code": "test",
|
"code": "test",
|
||||||
|
"description": "description",
|
||||||
"defaultForCrm": false,
|
"defaultForCrm": false,
|
||||||
"ymlUrl": "https://example.com",
|
"ymlUrl": "https://example.com",
|
||||||
"loadFromYml": true,
|
"loadFromYml": true,
|
||||||
@ -6700,6 +6701,7 @@ EOF;
|
|||||||
"senderName": "test",
|
"senderName": "test",
|
||||||
"catalogId": "catalog",
|
"catalogId": "catalog",
|
||||||
"isCatalogMainSite": true,
|
"isCatalogMainSite": true,
|
||||||
|
"ordering": 989,
|
||||||
"isDemo": false
|
"isDemo": false
|
||||||
},
|
},
|
||||||
"test-ru": {
|
"test-ru": {
|
||||||
@ -6707,6 +6709,7 @@ EOF;
|
|||||||
"isCatalogMainSite": true,
|
"isCatalogMainSite": true,
|
||||||
"isDemo": true,
|
"isDemo": true,
|
||||||
"name": "Test Shop",
|
"name": "Test Shop",
|
||||||
|
"description": "description",
|
||||||
"url": "https://example.com/2",
|
"url": "https://example.com/2",
|
||||||
"code": "test-ru",
|
"code": "test-ru",
|
||||||
"defaultForCrm": false,
|
"defaultForCrm": false,
|
||||||
@ -6714,6 +6717,7 @@ EOF;
|
|||||||
"loadFromYml": false,
|
"loadFromYml": false,
|
||||||
"catalogUpdatedAt": "2021-02-24 12:30:46",
|
"catalogUpdatedAt": "2021-02-24 12:30:46",
|
||||||
"catalogLoadingAt": "2021-04-07 15:14:53",
|
"catalogLoadingAt": "2021-04-07 15:14:53",
|
||||||
|
"ordering": 990,
|
||||||
"contragent": {
|
"contragent": {
|
||||||
"contragentType": "enterpreneur",
|
"contragentType": "enterpreneur",
|
||||||
"legalName": "ИП Бороздина Татьяна Александровна",
|
"legalName": "ИП Бороздина Татьяна Александровна",
|
||||||
|
Loading…
Reference in New Issue
Block a user