fix(amazon-ca): out of stock check was missing (#1885)

This commit is contained in:
wofnull
2021-02-05 01:47:43 +01:00
committed by GitHub
parent 4455e4ed8d
commit 0e65f33690
+4
View File
@@ -14,6 +14,10 @@ export const AmazonCa: Store = {
maxPrice: { maxPrice: {
container: '.a-color-price', container: '.a-color-price',
}, },
outOfStock: {
container: '.a-color-price',
text: ['currently unavailable.'],
},
}, },
links: [ links: [
{ {