mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 09:57:38 +00:00
feat(ps5): add console and digital edition (#709)
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
import {Store} from './store';
|
||||
|
||||
export const Target: Store = {
|
||||
labels: {
|
||||
inStock: {
|
||||
container: '[data-test="preorderButton"]',
|
||||
text: ['Preorder now']
|
||||
},
|
||||
maxPrice: {
|
||||
container: '[data-test="product-price"]'
|
||||
}
|
||||
},
|
||||
links: [
|
||||
{
|
||||
brand: 'sony',
|
||||
model: 'ps5 console',
|
||||
series: 'sonyps5c',
|
||||
url: 'https://www.target.com/p/playstation-5-console/-/A-81114595'
|
||||
},
|
||||
{
|
||||
brand: 'sony',
|
||||
model: 'ps5 digital',
|
||||
series: 'sonyps5de',
|
||||
url: 'https://www.target.com/p/playstation-5-digital-edition-console/-/A-81114596'
|
||||
}
|
||||
],
|
||||
name: 'target'
|
||||
};
|
||||
Reference in New Issue
Block a user