File tree Expand file tree Collapse file tree 5 files changed +193
-219
lines changed Expand file tree Collapse file tree 5 files changed +193
-219
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ module.exports = {
1010 extends : [
1111 '@nuxtjs' ,
1212 'prettier' ,
13- 'prettier/vue' ,
1413 'plugin:prettier/recommended' ,
1514 'plugin:nuxt/recommended' ,
1615 ] ,
Original file line number Diff line number Diff line change 1- mutation CHECKOUT_MUTATION ($input : CheckoutInput ! ) {
2- checkout (input : $input ) {
3- clientMutationId
4- order {
5- id
6- databaseId
7- refunds {
8- nodes {
9- amount
10- }
11- }
12- status
1+ mutation CHECKOUT_MUTATION ($input : CheckoutInput ! ) {
2+ checkout (input : $input ) {
3+ result
4+ redirect
135 }
14- result
15- redirect
166 }
17- }
7+
Original file line number Diff line number Diff line change @@ -33,16 +33,6 @@ export default {
3333
3434 // Auto import components (https://go.nuxtjs.dev/config-components)
3535 components : true ,
36- /* components: [
37- '~/components/Cart',
38- '~/components/Category',
39- '~/components/Checkout',
40- '~/components/Footer',
41- '~/components/Header',
42- '~/components/Index',
43- '~/components/Products',
44- '~/components/Spinner',
45- ], */
4636
4737 // Modules for dev and build (recommended) (https://go.nuxtjs.dev/config-modules)
4838 buildModules : [
You can’t perform that action at this time.
0 commit comments