mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 14:37:41 +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: {
|
||||
container: '.a-color-price',
|
||||
},
|
||||
outOfStock: {
|
||||
container: '.a-color-price',
|
||||
text: ['currently unavailable.'],
|
||||
},
|
||||
},
|
||||
links: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user