Skip to content

Commit

Permalink
fix(amazon-de): inStock selector
Browse files Browse the repository at this point in the history
Fixes: #1178
  • Loading branch information
jef committed Dec 4, 2020
1 parent ec0d9f5 commit 14cbd5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/store/model/amazon-de.ts
Expand Up @@ -11,11 +11,11 @@ export const AmazonDe: Store = {
]
},
inStock: {
container: '#desktop_buybox',
container: '#add-to-cart-button',
text: ['in den einkaufswagen']
},
maxPrice: {
container: 'span[class*="PriceString"]',
container: '#priceblock_ourprice',
euroFormat: true
},
outOfStock: [
Expand Down

0 comments on commit 14cbd5a

Please sign in to comment.