Skip to content

Commit

Permalink
Merge pull request #95 from GewoonJaap/feature/disable-stanley-shop
Browse files Browse the repository at this point in the history
Disable stanley shop
  • Loading branch information
GewoonJaap authored Sep 24, 2024
2 parents 58c347b + ba8c22c commit ad36418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const SHOPIFY_STORES = {
ID: 'stanley-1913-eu',
URL: 'https://eu-stanley1913.myshopify.com',
FRIENDLY_NAME: 'Stanely 1913 EU - Store',
ENABLED: true,
ENABLED: false,
NOTIFICATION_PRIORITY_SETTINGS: {
VERY_IMPORTANT: ['barbie'],
VERY_IMPORTANT_TYPE: NTFY.URGENT_PRIORITY,
Expand Down

0 comments on commit ad36418

Please sign in to comment.