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
328
328
'item_id ' => null ,
329
329
'type ' => 'shipping ' ,
330
330
'associated_item_id ' => null ,
331
- 'appliedTaxes ' => [
331
+ 'applied_taxes ' => [
332
332
[
333
333
'amount ' => 0.55 ,
334
334
'base_amount ' => 0.55 ,
@@ -368,7 +368,7 @@ public static function executeDataProvider(): array
368
368
]
369
369
]
370
370
],
371
- 'expectedItemTaxes ' => [
371
+ 'expectedTaxes ' => [
372
372
//state tax
373
373
'35 ' => [
374
374
'order_id ' => self ::ORDERID ,
@@ -578,7 +578,7 @@ public static function executeDataProvider(): array
578
578
'item_id ' => null ,
579
579
'type ' => 'shipping ' ,
580
580
'associated_item_id ' => null ,
581
- 'appliedTaxes ' => [
581
+ 'applied_taxes ' => [
582
582
[
583
583
'amount ' => 0.55 ,
584
584
'base_amount ' => 0.55 ,
@@ -618,7 +618,7 @@ public static function executeDataProvider(): array
618
618
]
619
619
]
620
620
],
621
- 'expectedItemTaxes ' => [
621
+ 'expectedTaxes ' => [
622
622
//state tax
623
623
'35 ' => [
624
624
'order_id ' => self ::ORDERID ,
Original file line number Diff line number Diff line change @@ -882,6 +882,7 @@ public static function collectDataProvider(): array
882
882
'base_weee_tax_applied_row_amnt_incl_tax ' => 30
883
883
],
884
884
'itemQty ' => 2 ,
885
+ 'parentQty ' => 0 ,
885
886
'addressData ' => [
886
887
'subtotal_incl_tax ' => 30 ,
887
888
'base_subtotal_incl_tax ' => 30 ,
You can’t perform that action at this time.
0 commit comments