Failed Conditions
Pull Request — master (#1513)
by Lam
33:18
created
src/Eccube/Controller/ShoppingController.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -670,7 +670,7 @@
 block discarded – undo
670 670
         //lammn added 2016/03/03
671 671
         if ($app->isGranted('IS_AUTHENTICATED_FULLY')) {
672 672
            $title = "お届け先の追加";//is member
673
-        }else{
673
+        } else{
674 674
             $title = "お届け先の変更";//non member
675 675
         }
676 676
         // 配送先住所最大値判定
Please login to merge, or discard this patch.