@@ -489,8 +489,8 @@ |
||
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 == '') { |