Passed
Pull Request — master (#351)
by Jason
09:43
created
src/Model/FoxyCart.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -75,8 +75,8 @@  discard block
 block discarded – undo
75 75
             if ($config->RemoteDomain) {
76 76
                 return $config->RemoteDomain;
77 77
             }
78
-        } else {
79
-            if ($config->StoreName){
78
+        }else {
79
+            if ($config->StoreName) {
80 80
                 return $config->StoreName;
81 81
             }
82 82
         }
@@ -91,8 +91,8 @@  discard block
 block discarded – undo
91 91
     public static function FormActionURL()
92 92
     {
93 93
         if ($config->CustomSSL) {
94
-            return sprintf('https://%s/cart', self::getFoxyCartStoreName() );
95
-        } else {
94
+            return sprintf('https://%s/cart', self::getFoxyCartStoreName());
95
+        }else {
96 96
             return sprintf('https://%s.foxycart.com/cart', self::getFoxyCartStoreName());
97 97
         }
98 98
     }
Please login to merge, or discard this patch.