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