File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1515 "recaptchaSecretkey" : " {YOUR_RECAPTCHA_SECRET_KEY}" ,
1616 "recaptchaVersion" : " {YOUR_RECAPTCHA_VERSION}" ,
1717 "recaptchaMinScore" : " {YOUR_RECAPTCHA_MIN_SCORE}"
18- }
18+ }
Original file line number Diff line number Diff line change @@ -438,6 +438,7 @@ import cacheControl from '~/helpers/cacheControl';
438438import { useAddToCart } from ' ~/helpers/cart/addToCart' ;
439439import CategorySidebarMenu from ' ~/components/Category/CategorySidebarMenu' ;
440440
441+
441442// TODO(addToCart qty, horizontal): https://github.com/vuestorefront/storefront-ui/issues/1606
442443export default defineComponent ({
443444 name: ' CategoryPage' ,
Original file line number Diff line number Diff line change @@ -184,6 +184,7 @@ import { useImage } from '~/composables';
184184import { removeItem } from ' ~/helpers/asyncLocalStorage' ;
185185import { isPreviousStepValid } from ' ~/helpers/checkout/steps' ;
186186
187+
187188export default defineComponent ({
188189 name: ' ReviewOrderAndPayment' ,
189190 components: {
You can’t perform that action at this time.
0 commit comments