diff --git a/Model/Push.php b/Model/Push.php index 2beb5cf6..08e0ba47 100644 --- a/Model/Push.php +++ b/Model/Push.php @@ -1711,7 +1711,7 @@ protected function saveInvoice() * @var \Magento\Sales\Model\Order\Payment $payment */ $payment = $this->order->getPayment(); - $invoiceHandlingConfig = $this->configAccount->getInvoiceHandling(); + $invoiceHandlingConfig = $this->configAccount->getInvoiceHandling($this->order->getStore()); if ($invoiceHandlingConfig == InvoiceHandlingOptions::SHIPMENT) { $payment->setAdditionalInformation(InvoiceHandlingOptions::INVOICE_HANDLING, $invoiceHandlingConfig);