Passed
Pull Request — master (#57)
by pablo
05:28
created
Controller/Notify/Index.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -589,11 +589,11 @@  discard block
 block discarded – undo
589 589
             }
590 590
 
591 591
             $this->magentoOrder->addStatusHistoryComment($metadataInfo)
592
-                               ->setIsCustomerNotified(false)
593
-                               ->setEntityName('order')
594
-                               ->setTitle($this->getProduct())
595
-                               ->setPayment($this->getProduct())
596
-                               ->save();
592
+                                ->setIsCustomerNotified(false)
593
+                                ->setEntityName('order')
594
+                                ->setTitle($this->getProduct())
595
+                                ->setPayment($this->getProduct())
596
+                                ->save();
597 597
 
598 598
             $comment = sprintf(
599 599
                 'pagantisOrderId: %s || pagantisOrderStatus: %s  || via: %s  || product: %s',
@@ -604,9 +604,9 @@  discard block
 block discarded – undo
604 604
             );
605 605
 
606 606
             $this->magentoOrder->addStatusHistoryComment($comment)
607
-                               ->setIsCustomerNotified(false)
608
-                               ->setEntityName('order')
609
-                               ->save();
607
+                                ->setIsCustomerNotified(false)
608
+                                ->setEntityName('order')
609
+                                ->save();
610 610
 
611 611
             if ($this->magentoOrderId == '') {
612 612
                 throw new UnknownException('Order can not be saved');
Please login to merge, or discard this patch.