fix: Add height parameter to OrderPacked event
Added height to the OrderPacked event constructor and dispatch call to match the packing form which captures width, length, height, and weight.
This commit is contained in:
@@ -14,6 +14,7 @@ class OrderPacked
|
||||
public Order $order,
|
||||
public float $width,
|
||||
public float $length,
|
||||
public float $height,
|
||||
public float $weight,
|
||||
public ?int $packedBy = null,
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user