1
0
mirror of https://github.com/vercel/commerce.git synced 2025-07-08 13:51:26 +00:00

Update checkout-create.ts

This commit is contained in:
cond0r 2021-04-20 09:49:22 +03:00
parent b59a50e984
commit a22a6618cf

@ -8,9 +8,11 @@ const checkoutCreateMutation = /* GraphQL */ `
field field
message message
} }
checkout {
...checkoutDetails ...checkoutDetails
} }
} }
}
${checkoutDetailsFragment} ${checkoutDetailsFragment}
` `