@@ -589,11 +589,11 @@ discard block |
||
| 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 |
||
| 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'); |