Skip to content

Commit

Permalink
fix(galaxus): maxPrice selector (#1469)
Browse files Browse the repository at this point in the history
  • Loading branch information
KnotenJoe committed Dec 20, 2020
1 parent 673b5f3 commit 7a5bc22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/model/galaxus.ts
Expand Up @@ -8,7 +8,7 @@ export const Galaxus: Store = {
text: ['In den Warenkorb']
},
maxPrice: {
container: '.productDetail .ZZa5',
container: '.productDetail .ZZ92',
euroFormat: true
}
},
Expand Down

0 comments on commit 7a5bc22

Please sign in to comment.