mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 12:17:37 +00:00
fix(store): adorama captcha config (#234)
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user