Passed
Pull Request — master (#34)
by Raúl
02:14
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
         $pagantisPublicKey = Configuration::get('pagantis_public_key');
83 83
         $pagantisPrivateKey = Configuration::get('pagantis_private_key');
84 84
         $okUrl = _PS_BASE_URL_SSL_.__PS_BASE_URI__
85
-                 .'index.php?canonical=true&fc=module&module=pagantis&controller=notify&'
86
-                 .http_build_query($query)
85
+                    .'index.php?canonical=true&fc=module&module=pagantis&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.