Skip to content

Commit f32984d

Browse files
committed
MC-20639: MyAccount :: Order Details :: Refund (creditMemo) Details by Order Number
- test fixes
1 parent b57d84d commit f32984d

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/CreditmemoTest.php

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ public function testCreditMemoForBundledProductsWithPartialRefund()
193193
[
194194
'comments' => [
195195
['message' => 'Test comment for partial refund']
196-
197196
],
198197
'items' => [
199198
[
@@ -213,11 +212,27 @@ public function testCreditMemoForBundledProductsWithPartialRefund()
213212
'grand_total' => [
214213
'value' => 23
215214
],
216-
'shipping_amount' => [
215+
'base_grand_total' => [
216+
'value' => 23
217+
],
218+
'total_shipping' => [
217219
'value' => 10
218220
],
221+
'shipping_handling' => [
222+
'amount_including_tax' => [
223+
'value' => 10
224+
],
225+
'amount_excluding_tax' => [
226+
'value' => 10
227+
],
228+
'total_amount' => [
229+
'value' => 10
230+
],
231+
'taxes' => [],
232+
'discounts' => [],
233+
],
219234
'adjustment' => [
220-
'value' => -2
235+
'value' => 2
221236
]
222237
]
223238
]

0 commit comments

Comments
 (0)