
* gift cards in checkout * complete checkout after trying to add gift card * fix gift cards tests * fix gift cards * update snapshots * fix tests * fix gift cards in checkout * delete created channels
4 lines
115 B
JavaScript
4 lines
115 B
JavaScript
export const SITE_SETTINGS_DETAILS = {
|
|
nameInput: '[name="name"]',
|
|
descriptionInput: '[name="description"]'
|
|
};
|