We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac1b20 commit 598fa2aCopy full SHA for 598fa2a
Model/Push.php
@@ -1711,7 +1711,7 @@ protected function saveInvoice()
1711
* @var \Magento\Sales\Model\Order\Payment $payment
1712
*/
1713
$payment = $this->order->getPayment();
1714
- $invoiceHandlingConfig = $this->configAccount->getInvoiceHandling();
+ $invoiceHandlingConfig = $this->configAccount->getInvoiceHandling($this->order->getStore());
1715
1716
if ($invoiceHandlingConfig == InvoiceHandlingOptions::SHIPMENT) {
1717
$payment->setAdditionalInformation(InvoiceHandlingOptions::INVOICE_HANDLING, $invoiceHandlingConfig);
0 commit comments