diff --git a/Controller/Redirect/Result.php b/Controller/Redirect/Result.php index 6af0953..b975b01 100644 --- a/Controller/Redirect/Result.php +++ b/Controller/Redirect/Result.php @@ -159,7 +159,7 @@ public function execute() $this->_logger->debug('Resolved redirect payment status', ['order' => $orderId, 'payment_status' => $paymentStatus, 'payment_method' => $paymentMethod]); - if ($paymentStatus !== null && in_array($paymentStatus, ['5', '8'])) { + if ($paymentStatus !== null && in_array($paymentStatus, ['4', '5', '8'])) { return $this->redirectToResultSuccess(); }