Skip to content

Commit 25d6845

Browse files
committed
MC-20636: Order Details : Order Details by Order Number
- fix static - add suggest to shipping
1 parent 656fff5 commit 25d6845

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/code/Magento/SalesGraphQl/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"magento/module-graph-ql": "*"
1212
},
1313
"suggest": {
14-
"magento/module-search": "*"
14+
"magento/module-search": "*",
15+
"magento/module-shipping": "*"
1516
},
1617
"license": [
1718
"OSL-3.0",

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

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

0 commit comments

Comments
 (0)