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