Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ebda655

Browse files
committed
Update ShippingOrder.php
1 parent 27b9c2b commit ebda655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Behavioral/State/ShippingOrder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ public function completeOrder()
4444
$this->order['updatedTime'] = time();
4545

4646
// Setting the new order status into database;
47-
return $this->updateOrder($order);
47+
return $this->updateOrder($this->order);
4848
}
4949
}

0 commit comments

Comments
 (0)