@@ -403,7 +403,7 @@ class OrderUtils | |||
public function createDocumentInvoice(OrderShopInterface $orderShop) | |||
{ | |||
$merchantAddress = $orderShop->getMerchant()->getAddress() ; | |||
$buyerAddress = $orderShop->getBillingAddress() ; | |||
$buyerAddress = $orderShop->getInvoiceAddress() ; | |||
$document = $this->documentUtils->createDocument([ | |||
'type' => Document::TYPE_INVOICE, |