From 9a539175860f98de3b023009f751e59d94f0aaef Mon Sep 17 00:00:00 2001 From: admon84 Date: Wed, 23 Sep 2020 20:02:26 -0600 Subject: [PATCH] fix(store): adorama captcha config (#234) --- src/store/model/adorama.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/store/model/adorama.ts b/src/store/model/adorama.ts index b256e226b8..7415e5e24c 100644 --- a/src/store/model/adorama.ts +++ b/src/store/model/adorama.ts @@ -2,6 +2,10 @@ import {Store} from './store'; export const Adorama: Store = { labels: { + captcha: { + container: 'body', + text: ['please verify you are a human'] + }, inStock: { container: '.buy-section.purchase', text: ['add to cart']