Kaynağa Gözat

billingAddress -> invoiceAddress

feature/export_comptable
Guillaume 4 yıl önce
ebeveyn
işleme
1bf2143699
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      ShopBundle/Services/OrderUtils.php

+ 1
- 1
ShopBundle/Services/OrderUtils.php Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet