File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -388,7 +388,7 @@ private function getProductDimemension(Item $item)
388
388
$ dimensionArray = [];
389
389
$ product = $ item ->getProduct ();
390
390
391
- switch ($ this ->scopeConfig ->getDimensionsMetric ()) {
391
+ switch ($ this ->config ->getDimensionsMetric ()) {
392
392
case DimensionsMetric::METRIC_MM :
393
393
$ k = 0.1 ;
394
394
break ;
Original file line number Diff line number Diff line change 2
2
"name" : " paazl/magento2-checkout-widget" ,
3
3
"description" : " Paazl checkoutWidget for Magento 2" ,
4
4
"type" : " magento2-module" ,
5
- "version" : " 1.16.0 " ,
5
+ "version" : " 1.16.1 " ,
6
6
"keywords" : [
7
7
" Paazl" ,
8
8
" Magento 2" ,
Original file line number Diff line number Diff line change 8
8
<default >
9
9
<carriers >
10
10
<paazlshipping >
11
- <version >v1.16.0 </version >
11
+ <version >v1.16.1 </version >
12
12
<active >0</active >
13
13
<sallowspecific >0</sallowspecific >
14
14
<price >0</price >
You can’t perform that action at this time.
0 commit comments