Skip to content

Commit

Permalink
Add inStore active status
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrsKondratjevs committed Jun 21, 2021
1 parent 3fb2be5 commit 03d17f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/etc/graphql/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<item name="newsletter_subscription_allow_guest_subscribe" xsi:type="string">newsletter/subscription/allow_guest_subscribe</item>
<item name="newsletter_subscription_confirm" xsi:type="string">newsletter/subscription/confirm</item>
<item name="category_url_suffix" xsi:type="string">catalog/seo/category_url_suffix</item>
<item name="delivery_instore_active" xsi:type="string">carriers/instore/active</item>
</argument>
</arguments>
</type>
Expand Down
1 change: 1 addition & 0 deletions src/etc/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ type StoreConfig {
newsletter_subscription_allow_guest_subscribe: Boolean @doc(description: "Is newsletter subscription allowed for not authentificated users")
newsletter_subscription_confirm: Boolean @doc(description: "Is moderation of newsletter subscription required")
category_url_suffix: String @doc(description: "Category URL Suffix")
delivery_instore_active: Boolean @doc(description: "Defines if instore delivery method actived")
}

type PriceTaxDisplay {
Expand Down

0 comments on commit 03d17f5

Please sign in to comment.