update entity parse
This commit is contained in:
@@ -118,6 +118,7 @@ abstract class EntityParse implements EntityParseInterface
|
||||
'company_id' => $meta['company_id'] ?? null,
|
||||
'platform_id' => $meta['platform_id'] ?? null,
|
||||
'store_id' => $meta['store_id'] ?? null,
|
||||
'platform_store_id' => $meta['platform_store_id'] ?? null,
|
||||
'unique_id' => $meta['unique_id'] ?? null,
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user