Skip to content

Commit

Permalink
Merge pull request #13 from diglin/feature/fix-attribute-deserialization
Browse files Browse the repository at this point in the history
Change format of deserialization to null to prevent error in the connector
  • Loading branch information
sylvainraye authored May 7, 2020
2 parents e778c78 + a216c90 commit 75a5594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImportExport/Processor/AttributeImportProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function process($item)
$object = $this->serializer->deserialize(
$item,
$this->getEntityName(),
'',
null,
$this->context->getConfiguration()
);

Expand Down

0 comments on commit 75a5594

Please sign in to comment.