Passed
Push — master ( a30dd3...cd0859 )
by
unknown
04:14 queued 01:35
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.