Completed
Push — master ( 59cd19...da3f71 )
by
unknown
23s queued 12s
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: ' . $wcProduct->get_name() .
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
                     $promotedMessage = substr($promotedMessage, 0, 999);
289 289
                     $metadataOrder->addMetadata('promotedProduct', $promotedMessage);
290 290
                 }
Please login to merge, or discard this patch.