Skip to content

Commit

Permalink
Merge pull request #6518 from magento-honey-badgers/MC-38927
Browse files Browse the repository at this point in the history
[honey] MC-38927: [GraphQL] Customer Order Totals missing gift card amount
  • Loading branch information
prabhuram93 authored Jan 25, 2021
2 parents c9242e8 + fd3cf88 commit cd857f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/code/Magento/SalesGraphQl/Model/Resolver/OrderTotal.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ public function resolve(
],
'taxes' => $this->getAppliedShippingTaxesDetails($order),
'discounts' => $this->getShippingDiscountDetails($order),
]
],
'model' => $order
];
}

Expand Down

0 comments on commit cd857f9

Please sign in to comment.