mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 07:37:39 +00:00
fix(amazon-ca): out of stock check was missing (#1885)
This commit is contained in:
@@ -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: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user