Skip to content

Commit

Permalink
fix(amazon-de-warehouse): update wrong maxPrice selector (#1514)
Browse files Browse the repository at this point in the history
  • Loading branch information
neatchee committed Dec 26, 2020
1 parent 5b70ff1 commit 90fb430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/model/amazon-de-warehouse.ts
Expand Up @@ -16,7 +16,7 @@ export const AmazonDeWarehouse: Store = {
text: ['In den Einkaufswagen']
},
maxPrice: {
container: 'a-size-large a-color-price olpOfferPrice a-text-bold',
container: '.olpOfferPrice',
euroFormat: true
},
outOfStock: [
Expand Down

0 comments on commit 90fb430

Please sign in to comment.