Skip to content

Commit

Permalink
[T6828]bad_connector_woocommerce: Change the docstring of search method.
Browse files Browse the repository at this point in the history
  • Loading branch information
SIP authored and SIP committed Nov 9, 2023
1 parent 8ebb8f1 commit d902bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bad_connector_woocommerce/components/backend_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class WooAdapter(GenericAdapter):

def search(self, filters=None, http_method=None, **kwargs):
"""
Inherited Method to get the records of settings from WooCommerce
Override Method to get the records of settings from WooCommerce
"""
resource_path = self.get_default_resource_path(
"search", filters=filters, **kwargs
Expand Down

0 comments on commit d902bce

Please sign in to comment.