mirror of
https://github.com/vercel/commerce.git
synced 2025-07-27 04:01:23 +00:00
✨ feat: show bill discount and total
:%s
This commit is contained in:
@@ -9,6 +9,12 @@ export const cartFragment = /* GraphQL */ `
|
||||
total
|
||||
totalWithTax
|
||||
currencyCode
|
||||
discounts {
|
||||
type
|
||||
description
|
||||
amount
|
||||
amountWithTax
|
||||
}
|
||||
customer {
|
||||
id
|
||||
firstName
|
||||
|
Reference in New Issue
Block a user