Passed
Pull Request — master (#34)
by
unknown
04:10
created
controllers/paymentController.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -282,9 +282,9 @@
 block discarded – undo
282 282
                 if ($promotedProduct == 'true') {
283 283
                     $promotedAmount+=$product->getAmount();
284 284
                     $promotedMessage = 'Promoted Item: ' . $product->getDescription() .
285
-                                       ' Price: ' . $item->get_total() .
286
-                                       ' Qty: ' . $product->getQuantity() .
287
-                                       ' Item ID: ' . $item['id_product'];
285
+                                        ' Price: ' . $item->get_total() .
286
+                                        ' Qty: ' . $product->getQuantity() .
287
+                                        ' Item ID: ' . $item['id_product'];
288 288
                     $metadataOrder->addMetadata('promotedProduct', $promotedMessage);
289 289
                 }
290 290
             }
Please login to merge, or discard this patch.