Skip to content

Commit 914508f

Browse files
committed
Merge branch 'release/v6.2.2' into 'master'
release/v6.2.2 into master See merge request agence-dnd/marketplace/magento-2/external/module-checkout-magento2-plugin!223
2 parents 7c364d3 + b3779b2 commit 914508f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Model/Service/ApiHandlerService.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -479,10 +479,7 @@ public function createItems(CartInterface $entity): array
479479
$product->name = $shipping->getShippingDescription();
480480
$product->quantity = 1;
481481
$product->unit_price = $shipping->getShippingInclTax() * 100;
482-
$product->tax_rate = $shipping->getTaxPercent() * 100;
483482
$product->total_amount = $shipping->getShippingAmount() * 100;
484-
$product->total_tax_amount = $shipping->getTaxAmount() * 100;
485-
$product->type = 'shipping_fee';
486483

487484
$items[] = $product;
488485
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"magento/framework": ">=100.0.1"
88
},
99
"type": "magento2-module",
10-
"version": "6.2.1",
10+
"version": "6.2.2",
1111
"autoload": {
1212
"files": [
1313
"registration.php"

0 commit comments

Comments
 (0)