Bläddra i källkod

billingAddress -> invoiceAddress

feature/export_comptable
Guillaume 4 år sedan
förälder
incheckning
1bf2143699
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      ShopBundle/Services/OrderUtils.php

+ 1
- 1
ShopBundle/Services/OrderUtils.php Visa fil

@@ -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,

Laddar…
Avbryt
Spara