@@ -75,7 +75,7 @@ discard block |
||
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 |
||
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 |
||
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 |