@@ -607,9 +607,9 @@ discard block |
||
| 607 | 607 | } |
| 608 | 608 | |
| 609 | 609 | $this->magentoOrder->addStatusHistoryComment($metadataInfo) |
| 610 | - ->setIsCustomerNotified(false) |
|
| 611 | - ->setEntityName('order') |
|
| 612 | - ->save(); |
|
| 610 | + ->setIsCustomerNotified(false) |
|
| 611 | + ->setEntityName('order') |
|
| 612 | + ->save(); |
|
| 613 | 613 | |
| 614 | 614 | $comment = sprintf( |
| 615 | 615 | 'pagantisOrderId: %s || pagantisOrderStatus: %s || via: %s || product: %s', |
@@ -620,9 +620,9 @@ discard block |
||
| 620 | 620 | ); |
| 621 | 621 | |
| 622 | 622 | $this->magentoOrder->addStatusHistoryComment($comment) |
| 623 | - ->setIsCustomerNotified(false) |
|
| 624 | - ->setEntityName('order') |
|
| 625 | - ->save(); |
|
| 623 | + ->setIsCustomerNotified(false) |
|
| 624 | + ->setEntityName('order') |
|
| 625 | + ->save(); |
|
| 626 | 626 | |
| 627 | 627 | if ($this->magentoOrderId == '') { |
| 628 | 628 | throw new UnknownException('Order can not be saved'); |