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

Skip to content

Commit 00d4426

Browse files
committed
Fix small typo
1 parent df90bc0 commit 00d4426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

State/CreateOrder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function shipOrder()
3434
$this->order['updatedTime'] = time();
3535

3636
// Setting the new order status into database;
37-
return $this->updateOrder($order);
37+
return $this->updateOrder($this->order);
3838
}
3939

4040
/**

0 commit comments

Comments
 (0)