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