Failed Conditions
Pull Request — master (#1340)
by Tsuyoshi
15:55
created
src/Eccube/Controller/ShoppingController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -578,7 +578,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.