@@ -578,7 +578,7 @@ |
||
578 | 578 | $app['eccube.service.shopping']->setShippingDeliveryFee($Shipping); |
579 | 579 | |
580 | 580 | // 配送先を更新 |
581 | - $app['orm.em']->flush(); |
|
581 | + $app['orm.em']->flush(); |
|
582 | 582 | |
583 | 583 | return $app->redirect($app->url('shopping')); |
584 | 584 | } |