Skip to content

Commit

Permalink
chore(mediamarkt, saturn): add new outOfStock message (#2850)
Browse files Browse the repository at this point in the history
  • Loading branch information
muffe authored Jan 12, 2022
1 parent 88ec46e commit 5d4f4c5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/store/model/mediamarkt-at.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ export const MediamarktAt: Store = {
container: '#root',
text: ['Dieser Artikel ist bald wieder für Sie verfügbar'],
},
{
container: '#root',
text: ['Dieser Artikel ist bald wieder verfügbar'],
},
],
},
links: [
Expand Down
4 changes: 4 additions & 0 deletions src/store/model/mediamarkt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ export const Mediamarkt: Store = {
container: '#root',
text: ['Dieser Artikel ist bald wieder für Sie verfügbar'],
},
{
container: '#root',
text: ['Dieser Artikel ist bald wieder verfügbar'],
},
],
},
links: [
Expand Down
4 changes: 4 additions & 0 deletions src/store/model/saturn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ export const Saturn: Store = {
container: '#root',
text: ['Dieser Artikel ist bald wieder für Sie verfügbar'],
},
{
container: '#root',
text: ['Dieser Artikel ist bald wieder verfügbar'],
},
],
},
links: [
Expand Down

0 comments on commit 5d4f4c5

Please sign in to comment.