Skip to content

Commit

Permalink
Merge branch 'release/v6.2.2' into 'master'
Browse files Browse the repository at this point in the history
release/v6.2.2 into master

See merge request agence-dnd/marketplace/magento-2/external/module-checkout-magento2-plugin!223
  • Loading branch information
JuliosDnd committed Jul 29, 2024
2 parents 7c364d3 + b3779b2 commit 914508f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Model/Service/ApiHandlerService.php
Original file line number Diff line number Diff line change
Expand Up @@ -479,10 +479,7 @@ public function createItems(CartInterface $entity): array
$product->name = $shipping->getShippingDescription();
$product->quantity = 1;
$product->unit_price = $shipping->getShippingInclTax() * 100;
$product->tax_rate = $shipping->getTaxPercent() * 100;
$product->total_amount = $shipping->getShippingAmount() * 100;
$product->total_tax_amount = $shipping->getTaxAmount() * 100;
$product->type = 'shipping_fee';

$items[] = $product;
}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"magento/framework": ">=100.0.1"
},
"type": "magento2-module",
"version": "6.2.1",
"version": "6.2.2",
"autoload": {
"files": [
"registration.php"
Expand Down

0 comments on commit 914508f

Please sign in to comment.