Skip to content

Commit

Permalink
fix(store): adorama captcha config (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
admon84 committed Sep 24, 2020
1 parent ab61a98 commit 9a53917
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/store/model/adorama.ts
Expand Up @@ -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']
Expand Down

0 comments on commit 9a53917

Please sign in to comment.