Skip to content

Commit

Permalink
Resolve some requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasGraml11 committed Nov 2, 2023
1 parent 2e30239 commit e1f3d1f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function load(
return new ProductSearchRouteResponse($result);
}

protected function fetchProductsById(
private function fetchProductsById(
Criteria $criteria,
SalesChannelContext $salesChannelContext,
?string $query
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
</template>
{% endblock %}

{% block noto_integration_content_card_configs %}
{% block nosto_integration_content_card_configs %}
<template #content="{ actualConfigData, allConfigs, selectedSalesChannelId }">
<div v-if="actualConfigData">
{% block noto_integration_content_card_account_general %}
{% block nosto_integration_content_card_account_general %}
<nosto-integration-account-general
:actualConfigData="actualConfigData"
:allConfigs="allConfigs"
Expand All @@ -66,7 +66,7 @@
</nosto-integration-account-general>
{% endblock %}

{% block noto_integration_content_card_search_general %}
{% block nosto_integration_content_card_search_general %}
<nosto-integration-search-general
:actualConfigData="actualConfigData"
:allConfigs="allConfigs"
Expand All @@ -75,15 +75,15 @@
</nosto-integration-search-general>
{% endblock %}

{% block noto_integration_content_card_tags_general %}
{% block nosto_integration_content_card_tags_general %}
<nosto-integration-settings-general
:actualConfigData="actualConfigData"
:allConfigs="allConfigs"
:selectedSalesChannelId="selectedSalesChannelId">
</nosto-integration-settings-general>
{% endblock %}

{% block noto_integration_content_card_features_flags %}
{% block nosto_integration_content_card_features_flags %}
<nosto-integration-features-flags
:actualConfigData="actualConfigData"
:allConfigs="allConfigs"
Expand Down

Large diffs are not rendered by default.

0 comments on commit e1f3d1f

Please sign in to comment.