Skip to content

Commit

Permalink
Merge branch '2.4-develop' into bugfix/issue-12584
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel da Gama committed Jan 27, 2021
2 parents c57d4d0 + cd857f9 commit f6bb216
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 f6bb216

Please sign in to comment.