Skip to content

Commit f6bb216

Browse files
author
Gabriel da Gama
authored
Merge branch '2.4-develop' into bugfix/issue-12584
2 parents c57d4d0 + cd857f9 commit f6bb216

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)