mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 15:47:35 +00:00
fix(store): add backoffStatusCodes and new captcha container (#1110)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import {Store} from './store';
|
||||
|
||||
export const Expert: Store = {
|
||||
backoffStatusCodes: [403, 429, 503],
|
||||
labels: {
|
||||
inStock: [
|
||||
{
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
import {Store} from './store';
|
||||
|
||||
export const Mediamarkt: Store = {
|
||||
backoffStatusCodes: [403, 429, 503],
|
||||
labels: {
|
||||
captcha: {
|
||||
container: 'body',
|
||||
container: 'p',
|
||||
text: ['Das ging uns leider zu schnell.']
|
||||
},
|
||||
maxPrice: {
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
import {Store} from './store';
|
||||
|
||||
export const Saturn: Store = {
|
||||
backoffStatusCodes: [403, 429, 503],
|
||||
labels: {
|
||||
captcha: {
|
||||
container: 'body',
|
||||
container: 'p',
|
||||
text: ['Das ging uns leider zu schnell.']
|
||||
},
|
||||
maxPrice: {
|
||||
|
||||
Reference in New Issue
Block a user