mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
saleor: fix the prices in the cart
This commit is contained in:
@@ -3,6 +3,19 @@ export const checkoutDetailsFragment = `
|
||||
token
|
||||
created
|
||||
|
||||
totalPrice {
|
||||
currency
|
||||
gross {
|
||||
amount
|
||||
}
|
||||
}
|
||||
subtotalPrice {
|
||||
currency
|
||||
gross {
|
||||
amount
|
||||
}
|
||||
}
|
||||
|
||||
lines {
|
||||
id
|
||||
variant {
|
||||
|
Reference in New Issue
Block a user