Skip to content

Commit

Permalink
Merge pull request #23 from AdelanteFinancialHoldings/fix/likeme-cust…
Browse files Browse the repository at this point in the history
…om-status

fix/likeme-custom-status
  • Loading branch information
jocarise committed May 9, 2023
2 parents 903dd0e + a1baff7 commit 50e6934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/Redirect/Index.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function execute()
$order->getStatus()
);

if ($order->getStatus() == 'processing') {
if ($order->getStatus() == 'processing' || $order->getStatus() == 'por_sincronizar') {
$this->_checkSession->setLastSuccessQuoteId($order->getQuoteId());
$this->_checkSession->setLastQuoteId($order->getQuoteId());
$this->_checkSession->setLastOrderId($order->getId());
Expand Down

0 comments on commit 50e6934

Please sign in to comment.