Passed
Pull Request — master (#400)
by
unknown
02:36
created
Model/Api/Payolution/PrivacyDeclaration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -135,7 +135,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.