@@ -106,7 +106,7 @@ |
||
| 106 | 106 | $this->orderRepository->expects($this->never()) |
| 107 | 107 | ->method('getOrCreateByMagentoQuoteId'); |
| 108 | 108 | |
| 109 | - $this->exportOrderConsumer->consume(json_encode(['magento_order_id' => $magentoOrderId])); |
|
| 109 | + $this->exportOrderConsumer->consume(json_encode(['magento_order_id' => $magentoOrderId])); |
|
| 110 | 110 | } |
| 111 | 111 | |
| 112 | 112 | public function testConsumeApiRequestException() |