fix(store): gamestop label.inStock

This commit is contained in:
Jef LeCompte
2020-09-30 11:23:39 -04:00
committed by GitHub
parent 7148451b66
commit 9e7976df57
+1 -2
View File
@@ -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]
};