Skip to content

Commit

Permalink
fix order not updated to processing
Browse files Browse the repository at this point in the history
  • Loading branch information
vegimcarkaxhija committed Aug 7, 2024
1 parent 6cf7313 commit 6a28d02
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Model/Push.php
Original file line number Diff line number Diff line change
Expand Up @@ -1694,6 +1694,12 @@ protected function saveInvoice()
if ($invoiceHandlingConfig == InvoiceHandlingOptions::SHIPMENT) {
$payment->setAdditionalInformation(InvoiceHandlingOptions::INVOICE_HANDLING, $invoiceHandlingConfig);
$payment->save();

if($this->hasPostData('brq_transaction_method', 'transfer')){
$this->order->setIsInProcess(true);
$this->order->save();
}

return true;
}

Expand Down

0 comments on commit 6a28d02

Please sign in to comment.