@@ -52,11 +52,17 @@ |
||
| 52 | 52 | return $form; |
| 53 | 53 | } |
| 54 | 54 | |
| 55 | + /** |
|
| 56 | + * @param Application $app |
|
| 57 | + */ |
|
| 55 | 58 | protected function getSecurity($app) |
| 56 | 59 | { |
| 57 | 60 | return $app['security.token_storage']; |
| 58 | 61 | } |
| 59 | 62 | |
| 63 | + /** |
|
| 64 | + * @param Application $app |
|
| 65 | + */ |
|
| 60 | 66 | protected function isTokenValid($app) |
| 61 | 67 | { |
| 62 | 68 | $csrf = $app['form.csrf_provider']; |
@@ -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 | } |