Skip to content

Commit

Permalink
fix(amazon-ca): out of stock check was missing (#1885)
Browse files Browse the repository at this point in the history
  • Loading branch information
wofnull committed Feb 5, 2021
1 parent 4455e4e commit 0e65f33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/store/model/amazon-ca.ts
Expand Up @@ -14,6 +14,10 @@ export const AmazonCa: Store = {
maxPrice: {
container: '.a-color-price',
},
outOfStock: {
container: '.a-color-price',
text: ['currently unavailable.'],
},
},
links: [
{
Expand Down

0 comments on commit 0e65f33

Please sign in to comment.