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