Skip to content

Commit 590b15b

Browse files
author
ko22009
committed
remove comment and superfluously state
1 parent ad163dc commit 590b15b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Behavioral/State/CreateOrder.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ public function __construct()
1111

1212
protected function done()
1313
{
14-
$order = new ShippingOrder();
15-
static::$state = $order;
16-
//$this->setStatus('shipping');
14+
static::$state = new ShippingOrder();
1715
}
1816
}

0 commit comments

Comments
 (0)