Completed
Push — master ( d21674...2b8ab9 )
by pablo
19s queued 12s
created
Controller/Notify/IndexV2.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -607,9 +607,9 @@  discard block
 block discarded – undo
607 607
             }
608 608
 
609 609
             $this->magentoOrder->addStatusHistoryComment($metadataInfo)
610
-                               ->setIsCustomerNotified(false)
611
-                               ->setEntityName('order')
612
-                               ->save();
610
+                                ->setIsCustomerNotified(false)
611
+                                ->setEntityName('order')
612
+                                ->save();
613 613
 
614 614
             $comment = sprintf(
615 615
                 'pagantisOrderId: %s || pagantisOrderStatus: %s  || via: %s  || product: %s',
@@ -620,9 +620,9 @@  discard block
 block discarded – undo
620 620
             );
621 621
 
622 622
             $this->magentoOrder->addStatusHistoryComment($comment)
623
-                               ->setIsCustomerNotified(false)
624
-                               ->setEntityName('order')
625
-                               ->save();
623
+                                ->setIsCustomerNotified(false)
624
+                                ->setEntityName('order')
625
+                                ->save();
626 626
 
627 627
             if ($this->magentoOrderId == '') {
628 628
                 throw new UnknownException('Order can not be saved');
Please login to merge, or discard this patch.