Skip to content

Commit

Permalink
[IMP] connector_woocommerce: component exporter inherit from generic.…
Browse files Browse the repository at this point in the history
…batch.exporter
  • Loading branch information
KNVx committed Oct 19, 2023
1 parent 231868b commit 7c94278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector_woocommerce/components/exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ class WooCommerceBatchExporter(AbstractComponent):

_name = "woocommerce.batch.exporter"
_inherit = [
"generic.record.direct.exporter",
"generic.batch.exporter",
"base.woocommerce.connector",
]

0 comments on commit 7c94278

Please sign in to comment.