Parcourir la source

billingAddress -> invoiceAddress

feature/export_comptable
Guillaume il y a 4 ans
Parent
révision
1bf2143699
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      ShopBundle/Services/OrderUtils.php

+ 1
- 1
ShopBundle/Services/OrderUtils.php Voir le fichier

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

Chargement…
Annuler
Enregistrer