sae session challenge, to get former order in thankyou

This commit is contained in:
Daniel Seifert 2015-07-10 17:06:30 +02:00
parent 50b5ac3d06
commit 39d5de8448

View File

@ -21,8 +21,12 @@ class d3_dev_thankyou extends d3_dev_thankyou_parent
{
public function init()
{
$sSessChallenge = oxRegistry::getSession()->getVariable('sess_challenge');
parent::init();
oxRegistry::getSession()->setVariable('sess_challenge', $sSessChallenge);
if (oxRegistry::getConfig()->getRequestParameter('d3dev')
&& false == (bool) oxRegistry::getConfig()->getActiveShop()->oxshops__oxproductive->value
&& oxRegistry::getConfig()->getConfigParam('blD3DevShowThankyou')