File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -479,10 +479,7 @@ public function createItems(CartInterface $entity): array
479
479
$ product ->name = $ shipping ->getShippingDescription ();
480
480
$ product ->quantity = 1 ;
481
481
$ product ->unit_price = $ shipping ->getShippingInclTax () * 100 ;
482
- $ product ->tax_rate = $ shipping ->getTaxPercent () * 100 ;
483
482
$ product ->total_amount = $ shipping ->getShippingAmount () * 100 ;
484
- $ product ->total_tax_amount = $ shipping ->getTaxAmount () * 100 ;
485
- $ product ->type = 'shipping_fee ' ;
486
483
487
484
$ items [] = $ product ;
488
485
}
Original file line number Diff line number Diff line change 7
7
"magento/framework" : " >=100.0.1"
8
8
},
9
9
"type" : " magento2-module" ,
10
- "version" : " 6.2.1 " ,
10
+ "version" : " 6.2.2 " ,
11
11
"autoload" : {
12
12
"files" : [
13
13
" registration.php"
You can’t perform that action at this time.
0 commit comments