Update checkout-create.ts

This commit is contained in:
cond0r 2021-04-20 09:43:47 +03:00
parent cbc9958742
commit b59a50e984

View File

@ -8,8 +8,10 @@ const checkoutCreateMutation = /* GraphQL */ `
field
message
}
${checkoutDetailsFragment}
...checkoutDetails
}
}
${checkoutDetailsFragment}
`
export default checkoutCreateMutation