Skip to content

Commit cd857f9

Browse files
author
Prabhu Ram
authored
Merge pull request #6518 from magento-honey-badgers/MC-38927
[honey] MC-38927: [GraphQL] Customer Order Totals missing gift card amount
2 parents c9242e8 + fd3cf88 commit cd857f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
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)