mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 05:17:35 +00:00
fix(bestbuy-ca): model always indicating in stock (#1145)
This commit is contained in:
@@ -10,6 +10,10 @@ export const BestBuyCa: Store = {
|
||||
container:
|
||||
'div[class^="productPricingContainer"] span[class^="screenReaderOnly_"',
|
||||
euroFormat: false
|
||||
},
|
||||
outOfStock: {
|
||||
container: 'button.addToCartButton.disabled_XY3i_',
|
||||
text: ['Add to Cart']
|
||||
}
|
||||
},
|
||||
links: [
|
||||
|
||||
Reference in New Issue
Block a user