Skip to content

Commit c11b859

Browse files
committed
magento/partners-magento2ce#31112: Customer Order Totals missing gift card amount
1 parent ad29452 commit c11b859

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)