mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 08:47:43 +00:00
fix(store): gamestop label.inStock
This commit is contained in:
@@ -3,7 +3,7 @@ import {Store} from './store';
|
||||
export const Gamestop: Store = {
|
||||
labels: {
|
||||
inStock: {
|
||||
container: '#item_add_cart',
|
||||
container: '.add-to-cart',
|
||||
text: ['add to cart']
|
||||
}
|
||||
},
|
||||
@@ -24,4 +24,3 @@ export const Gamestop: Store = {
|
||||
name: 'gamestop',
|
||||
successStatusCodes: [[0, 399], 404]
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user