@@ -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 | } |
@@ -92,7 +92,7 @@ discard block |
||
| 92 | 92 | { |
| 93 | 93 | if ($config->CustomSSL) { |
| 94 | 94 | return sprintf('https://%s/cart', self::getFoxyCartStoreName()); |
| 95 | - } else { |
|
| 95 | + }else { |
|
| 96 | 96 | return sprintf('https://%s.foxycart.com/cart', self::getFoxyCartStoreName()); |
| 97 | 97 | } |
| 98 | 98 | } |