Skip to content

Commit

Permalink
implement needed sUniqueID for Checkout finish page (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
reConNico authored Mar 22, 2021
1 parent 496e998 commit a29537f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Controllers/Frontend/Process.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ public function returnAction()
$this->redirect([
'controller' => 'checkout',
'action' => 'finish',
'sAGB' => true
'sUniqueID' => $order->getTemporaryId(),
'sAGB' => true,
]);
break;
case PaymentResultCodes::CANCELLED:
Expand Down

0 comments on commit a29537f

Please sign in to comment.