File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Tax/Test/Unit/Model/ResourceModel/Sales/Order
Weee/Test/Unit/Model/Total/Quote Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ public static function executeDataProvider(): array
328328 'item_id ' => null ,
329329 'type ' => 'shipping ' ,
330330 'associated_item_id ' => null ,
331- 'appliedTaxes ' => [
331+ 'applied_taxes ' => [
332332 [
333333 'amount ' => 0.55 ,
334334 'base_amount ' => 0.55 ,
@@ -368,7 +368,7 @@ public static function executeDataProvider(): array
368368 ]
369369 ]
370370 ],
371- 'expectedItemTaxes ' => [
371+ 'expectedTaxes ' => [
372372 //state tax
373373 '35 ' => [
374374 'order_id ' => self ::ORDERID ,
@@ -578,7 +578,7 @@ public static function executeDataProvider(): array
578578 'item_id ' => null ,
579579 'type ' => 'shipping ' ,
580580 'associated_item_id ' => null ,
581- 'appliedTaxes ' => [
581+ 'applied_taxes ' => [
582582 [
583583 'amount ' => 0.55 ,
584584 'base_amount ' => 0.55 ,
@@ -618,7 +618,7 @@ public static function executeDataProvider(): array
618618 ]
619619 ]
620620 ],
621- 'expectedItemTaxes ' => [
621+ 'expectedTaxes ' => [
622622 //state tax
623623 '35 ' => [
624624 'order_id ' => self ::ORDERID ,
Original file line number Diff line number Diff line change @@ -882,6 +882,7 @@ public static function collectDataProvider(): array
882882 'base_weee_tax_applied_row_amnt_incl_tax ' => 30
883883 ],
884884 'itemQty ' => 2 ,
885+ 'parentQty ' => 0 ,
885886 'addressData ' => [
886887 'subtotal_incl_tax ' => 30 ,
887888 'base_subtotal_incl_tax ' => 30 ,
You can’t perform that action at this time.
0 commit comments