|
@@ -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.