Skip to content

Commit

Permalink
feat(vsgamers): add maxPrice selector(#1682)
Browse files Browse the repository at this point in the history
  • Loading branch information
wofnull committed Jan 14, 2021
1 parent a768eb4 commit 84382de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/store/model/vsgamers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ export const VsGamers: Store = {
container: '#vs-product-sheet-dashboard',
text: ['COMPRAR', 'RESERVAR']
},
maxPrice: {
container: 'div[class="current ng-binding"]',
euroFormat: true
},
outOfStock: {
container: '#vs-product-sheet-dashboard',
text: ['Av铆same']
Expand Down

0 comments on commit 84382de

Please sign in to comment.