File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/Sales Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,6 @@ public function testCreditMemoForBundledProductsWithPartialRefund()
193
193
[
194
194
'comments ' => [
195
195
['message ' => 'Test comment for partial refund ' ]
196
-
197
196
],
198
197
'items ' => [
199
198
[
@@ -213,11 +212,27 @@ public function testCreditMemoForBundledProductsWithPartialRefund()
213
212
'grand_total ' => [
214
213
'value ' => 23
215
214
],
216
- 'shipping_amount ' => [
215
+ 'base_grand_total ' => [
216
+ 'value ' => 23
217
+ ],
218
+ 'total_shipping ' => [
217
219
'value ' => 10
218
220
],
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
+ ],
219
234
'adjustment ' => [
220
- 'value ' => - 2
235
+ 'value ' => 2
221
236
]
222
237
]
223
238
]
You can’t perform that action at this time.
0 commit comments