Passed
Pull Request — master (#22)
by
unknown
04:52
created
Controller/Notify/Index.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -489,8 +489,8 @@
 block discarded – undo
489 489
             $this->magentoOrder->addStatusHistoryComment($metadataInfo)->setIsCustomerNotified(false)->setEntityName('order')->save();
490 490
 
491 491
             $comment = 'pagantisOrderId: '.$this->pagantisOrder->getId(). ' ' .
492
-                       'pagantisOrderStatus: '.$this->pagantisOrder->getStatus(). ' ' .
493
-                       'via: '.$this->origin;
492
+                        'pagantisOrderStatus: '.$this->pagantisOrder->getStatus(). ' ' .
493
+                        'via: '.$this->origin;
494 494
             $this->magentoOrder->addStatusHistoryComment($comment)->setIsCustomerNotified(false)->setEntityName('order')->save();
495 495
 
496 496
             if ($this->magentoOrderId == '') {
Please login to merge, or discard this patch.