Skip to content

Commit

Permalink
fix(bestbuy-ca): add outOfStock text
Browse files Browse the repository at this point in the history
Resolves #1269
  • Loading branch information
jef committed Dec 8, 2020
1 parent 48a46d0 commit 58f0a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/model/bestbuy-ca.ts
Expand Up @@ -12,7 +12,7 @@ export const BestBuyCa: Store = {
},
outOfStock: {
container: '.shippingAvailability_2RMa1',
text: ['coming soon']
text: ['coming soon', 'sold out']
}
},
links: [
Expand Down

0 comments on commit 58f0a9c

Please sign in to comment.