Skip to content

Commit

Permalink
fix(amazon-ca): out of stock check was missing (jef#1885)
Browse files Browse the repository at this point in the history
  • Loading branch information
wofnull authored and erwinc1 committed Mar 31, 2021
1 parent a00ac51 commit 2ea5735
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/store/model/amazon-ca.ts
Original file line number Diff line number Diff line change
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 2ea5735

Please sign in to comment.