Passed
Push — master ( 35732c...16ec59 )
by Cesar
02:44
created
controllers/front/payment.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,8 +45,8 @@
 block discarded – undo
45 45
         $okUrl = $link->getModuleLink('paylater', 'notify', $query);
46 46
         if ($canonicalUrl) {
47 47
             $okUrl = _PS_BASE_URL_.__PS_BASE_URI__
48
-                     .'index.php?canonical=true&fc=module&module=paylater&controller=notify&'
49
-                     .http_build_query($query)
48
+                        .'index.php?canonical=true&fc=module&module=paylater&controller=notify&'
49
+                        .http_build_query($query)
50 50
             ;
51 51
         }
52 52
 
Please login to merge, or discard this patch.