feat(playstation): add outOfStock label (#812)

This commit is contained in:
James Hinton
2020-11-16 16:12:35 +00:00
committed by GitHub
parent f377820894
commit eb314afda5
+5 -1
View File
@@ -4,8 +4,12 @@ import fetch from 'node-fetch';
export const PlayStation: Store = {
labels: {
inStock: {
container: '.productHero-info .button-placeholder',
container: '.productHero-info .add-to-cart:not(.hide)',
text: ['Add']
},
outOfStock: {
container: '.productHero-info .out-stock-wrpr:not(.hide)',
text: ['Out of Stock']
}
},
links: [