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 17, 2023
1 parent 46171cd commit e36a6f2
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 e36a6f2

Please sign in to comment.