Skip to content

Commit

Permalink
setDelFlg の修正漏れ
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Sep 11, 2017
1 parent f93173f commit 8429c1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function createDelivery()
// create new delivery
$Delivery = $this->app['eccube.repository.delivery']->findOrCreate(0);
$Delivery->setConfirmUrl($faker->url);
$Delivery->setDelFlg(Constant::DISABLED);
$Delivery->setVisible(true);
$this->app['orm.em']->persist($Delivery);
$this->app['orm.em']->flush();

Expand Down

0 comments on commit 8429c1d

Please sign in to comment.