fix(store): adorama captcha config (#234)

This commit is contained in:
admon84
2020-09-23 20:02:26 -06:00
committed by GitHub
parent ab61a98bea
commit 9a53917586
+4
View File
@@ -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']