Passed
Pull Request — master (#32)
by Cesar
04:16 queued 01:57
created
controllers/front/payment.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -82,8 +82,8 @@
 block discarded – undo
82 82
         $paylaterPublicKey = Configuration::get('pmt_public_key');
83 83
         $paylaterPrivateKey = Configuration::get('pmt_private_key');
84 84
         $okUrl = _PS_BASE_URL_SSL_.__PS_BASE_URI__
85
-                 .'index.php?canonical=true&fc=module&module=paylater&controller=notify&'
86
-                 .http_build_query($query)
85
+                    .'index.php?canonical=true&fc=module&module=paylater&controller=notify&'
86
+                    .http_build_query($query)
87 87
         ;
88 88
 
89 89
         $shippingAddress = new Address($cart->id_address_delivery);
Please login to merge, or discard this patch.