Skip to content

Commit

Permalink
Merge pull request #26 from AleksandrsKondratjevs/issue-2777
Browse files Browse the repository at this point in the history
Add inStore active status
  • Loading branch information
carinadues authored Jul 23, 2021
2 parents 3fb2be5 + 03d17f5 commit 666df09
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 666df09

Please sign in to comment.