You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
subtotal_with_discount_excluding_tax: Money@doc(description: "The subtotal with any discounts applied, but not taxes.")
223
-
applied_taxes: [CartTaxItem] @doc(description: "An array containing the names and amounts of taxes applied to each item in the cart.")
223
+
subtotal_with_discount_excluding_tax: Money@doc(description: "The subtotal with any discounts applied, but not taxes.")
224
+
applied_taxes: [CartTaxItem] @doc(description: "An array containing the names and amounts of taxes applied to each item in the cart.")
224
225
discounts: [Discount] @doc(description:"An array containing cart rule discounts, store credit and gift cards applied to the cart.") @resolver(class: "\\Magento\\QuoteGraphQl\\Model\\Resolver\\Discounts")
225
226
}
226
227
227
-
typeCartTaxItem@doc(description: "Contains tax information about an item in the cart.") {
228
+
typeCartTaxItem@doc(description: "Contains tax information about an item in the cart.") {
228
229
amount: Money!@doc(description: "The amount of tax applied to the item.")
229
230
label: String!@doc(description: "The description of the tax.")
0 commit comments