Skip to content

Commit

Permalink
Merge pull request #106 from Paazl/release/1.16.1
Browse files Browse the repository at this point in the history
Release/1.16.1
  • Loading branch information
Marvin-Magmodules authored Mar 5, 2024
2 parents dcb4686 + 0a85f0c commit c7d41d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Model/Api/Builder/Order.php
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ private function getProductDimemension(Item $item)
$dimensionArray = [];
$product = $item->getProduct();

switch ($this->scopeConfig->getDimensionsMetric()) {
switch ($this->config->getDimensionsMetric()) {
case DimensionsMetric::METRIC_MM:
$k = 0.1;
break;
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "paazl/magento2-checkout-widget",
"description": "Paazl checkoutWidget for Magento 2",
"type": "magento2-module",
"version": "1.16.0",
"version": "1.16.1",
"keywords": [
"Paazl",
"Magento 2",
Expand Down
2 changes: 1 addition & 1 deletion etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<default>
<carriers>
<paazlshipping>
<version>v1.16.0</version>
<version>v1.16.1</version>
<active>0</active>
<sallowspecific>0</sallowspecific>
<price>0</price>
Expand Down

0 comments on commit c7d41d1

Please sign in to comment.