Skip to content

Commit c3fa41f

Browse files
committed
MC-20636: Order Details : Order Details by Order Number
- fix static
1 parent eaa23dc commit c3fa41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/SalesGraphQl/etc/schema.graphqls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ type TaxItem @doc(description: "The tax item details") {
109109
title: String! @doc(description: "A title that describes the tax")
110110
rate: Float! @doc(description: "The rate used to calculate the tax")
111111
}
112-
112+
113113
type OrderTotal @doc(description: "Contains details about the sales total amounts used to calculate the final price") {
114114
subtotal: Money! @doc(description: "The subtotal of the order, excluding shipping, discounts, and taxes")
115115
discounts: [Discount] @doc(description: "The applied discounts to the order")

0 commit comments

Comments
 (0)