Skip to content

Commit

Permalink
Merge pull request #14 from maxbrown1/patch-4
Browse files Browse the repository at this point in the history
bug
  • Loading branch information
iamwildtuna authored Aug 26, 2021
2 parents d0e4450 + 9065cef commit 715103d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entity/Order.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ public function asArr()
$weights['weight' . $num] = $place->getWeight();
$weights['barcode' . $num] = $place->getBarcode();
$weights['x' . $num] = $place->getX();
$weights['y' . $num] = $place->geY();
$weights['y' . $num] = $place->getY();
$weights['z' . $num] = $place->getZ();
}
$params['weights'] = $weights;
Expand Down

0 comments on commit 715103d

Please sign in to comment.