Passed
Push — master ( 381b98...b9661c )
by Jason
03:56
created
src/Model/FoxyCart.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
             if ($config->RemoteDomain) {
76 76
                 return $config->RemoteDomain;
77 77
             }
78
-        } else {
78
+        }else {
79 79
             if ($config->StoreName) {
80 80
                 return $config->StoreName;
81 81
             }
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
         $config = FoxyStripeSetting::current_foxystripe_setting();
94 94
         if ($config->CustomSSL) {
95 95
             return sprintf('https://%s/cart', self::getFoxyCartStoreName());
96
-        } else {
96
+        }else {
97 97
             return sprintf('https://%s.foxycart.com/cart', self::getFoxyCartStoreName());
98 98
         }
99 99
     }
@@ -113,7 +113,7 @@  discard block
 block discarded – undo
113 113
             $config = FoxyStripeSetting::current_foxystripe_setting();
114 114
             if ($config->CustomSSL) {
115 115
                 $foxy_domain = self::getFoxyCartStoreName();
116
-            } else {
116
+            }else {
117 117
                 $foxy_domain = self::getFoxyCartStoreName().'.foxycart.com';
118 118
             }
119 119
 
Please login to merge, or discard this patch.