@@ -135,7 +135,7 @@ |
||
| 135 | 135 | protected function getAcceptanceTextFromPayolution($sCompany) |
| 136 | 136 | { |
| 137 | 137 | $sUrl = $this->sAcceptanceBaseUrl.'?mId='.base64_encode($sCompany).'&lang='.$this->shopHelper->getLocale(); |
| 138 | - $cacheKey = 'PAYONE_ACCEPTANCE_TEXT_' . sha1($sUrl); |
|
| 138 | + $cacheKey = 'PAYONE_ACCEPTANCE_TEXT_'.sha1($sUrl); |
|
| 139 | 139 | $cache = $this->cache->load($cacheKey); |
| 140 | 140 | |
| 141 | 141 | if ($cache !== false) { |