Skip to content

Commit

Permalink
[FIX] use magento.product.template in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PierrickBrun committed Mar 13, 2018
1 parent c4ffd66 commit b3051c4
Show file tree
Hide file tree
Showing 7 changed files with 153 additions and 175 deletions.
6 changes: 1 addition & 5 deletions connector_magento/models/product/importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,11 +317,7 @@ def _after_import(self, binding):
translation_importer = self.component(
usage='translation.importer',
)
translation_importer.run(
self.external_id,
binding,
mapper='magento.product.product.import.mapper'
)
translation_importer.run(self.external_id, binding)
image_importer = self.component(usage='product.image.importer')
image_importer.run(self.external_id, binding)

Expand Down
Loading

0 comments on commit b3051c4

Please sign in to comment.