Skip to content

Commit

Permalink
Merge pull request #64 from logeecom/master
Browse files Browse the repository at this point in the history
Release version 3.2.22
  • Loading branch information
logeecom authored Feb 11, 2025
2 parents f5723ad + d41723d commit 1d119b2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 35 deletions.
Binary file modified PluginInstallation/3.2.22/packlink.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion src/classes/BusinessLogicServices/ShopOrderService.php
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ private function getOrderItem($sourceOrderItem, $defaultParcel)
$link = new \Link();

if (version_compare(_PS_VERSION_, '1.7.0.0', '<')) {
$imageType = \ImageType::getFormattedName('home');
$imageType = \ImageType::getFormatedName('home');
} else {
$imageType = \ImageType::getFormattedName('home');
}
Expand Down
4 changes: 2 additions & 2 deletions src/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "packlink/prestashop",
"description": "Packlink Shipping PrestaShop plugin",
"type": "library",
"version": "3.2.21",
"version": "3.2.22",
"repositories": [
{
"type": "vcs",
Expand All @@ -13,7 +13,7 @@
"minimum-stability": "dev",
"require": {
"php": ">=5.3",
"packlink/integration-core": "3.4.8",
"packlink/integration-core": "3.4.11",
"ext-json": "*",
"ext-curl": "*",
"ext-zip": "*",
Expand Down
12 changes: 6 additions & 6 deletions src/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 0 additions & 26 deletions src/views/js/prestashop-ui-kit.js

This file was deleted.

0 comments on commit 1d119b2

Please sign in to comment.