fix(galaxus): maxPrice selector (#1469)

This commit is contained in:
KnotenJoe
2020-12-20 23:51:31 +01:00
committed by GitHub
parent 673b5f325c
commit 7a5bc22ba8
+1 -1
View File
@@ -8,7 +8,7 @@ export const Galaxus: Store = {
text: ['In den Warenkorb'] text: ['In den Warenkorb']
}, },
maxPrice: { maxPrice: {
container: '.productDetail .ZZa5', container: '.productDetail .ZZ92',
euroFormat: true euroFormat: true
} }
}, },