Skip to content

Commit b8c403a

Browse files
committed
Merge remote-tracking branch 'origin/2.5-develop' into 2.5-bugfixes-010521
2 parents 7fb0251 + cd857f9 commit b8c403a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/SalesGraphQl/Model/Resolver/OrderTotal.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ public function resolve(
6060
],
6161
'taxes' => $this->getAppliedShippingTaxesDetails($order),
6262
'discounts' => $this->getShippingDiscountDetails($order),
63-
]
63+
],
64+
'model' => $order
6465
];
6566
}
6667

0 commit comments

Comments
 (0)