Passed
Pull Request — master (#45)
by Raúl
02:36
created
controllers/front/payment.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -89,8 +89,8 @@  discard block
 block discarded – undo
89 89
         $pagantisPublicKey = Configuration::get('pagantis_public_key');
90 90
         $pagantisPrivateKey = Configuration::get('pagantis_private_key');
91 91
         $okUrl = _PS_BASE_URL_.__PS_BASE_URI__
92
-                 .'index.php?canonical=true&fc=module&module=pagantis&controller=notify&'
93
-                 .http_build_query($query)
92
+                    .'index.php?canonical=true&fc=module&module=pagantis&controller=notify&'
93
+                    .http_build_query($query)
94 94
         ;
95 95
 
96 96
         $shippingAddress = new Address($cart->id_address_delivery);
@@ -192,9 +192,9 @@  discard block
 block discarded – undo
192 192
                     $promotedAmount+=$product->getAmount();
193 193
                     $finalPrice = Product::getPriceStatic($item['id_product']);
194 194
                     $promotedMessage = 'Promoted Item: ' . $product->getDescription() .
195
-                         ' Price: ' . $finalPrice .
196
-                         ' Qty: ' . $product->getQuantity() .
197
-                         ' Item ID: ' . $item['id_product'];
195
+                            ' Price: ' . $finalPrice .
196
+                            ' Qty: ' . $product->getQuantity() .
197
+                            ' Item ID: ' . $item['id_product'];
198 198
                     $metadataOrder->addMetadata('promotedProduct', $promotedMessage);
199 199
                 }
200 200
                 $details->addProduct($product);
Please login to merge, or discard this patch.