|
|
|
|
|
|
|
|
$dataProducers = $producersArray['data']; |
|
|
$dataProducers = $producersArray['data']; |
|
|
$optionsProducers = $producersArray['options']; |
|
|
$optionsProducers = $producersArray['options']; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$paidFeaturesArray = $this->getFeatureModule()->getRepository()->findPaidFeatures(); |
|
|
|
|
|
|
|
|
return $this->render('signup', [ |
|
|
return $this->render('signup', [ |
|
|
'model' => $model, |
|
|
'model' => $model, |
|
|
'dataProducers' => $dataProducers, |
|
|
'dataProducers' => $dataProducers, |
|
|
'dataProviderPrices' => $this->getDataProviderPrices(), |
|
|
'dataProviderPrices' => $this->getDataProviderPrices(), |
|
|
|
|
|
'paidFeaturesArray' => $paidFeaturesArray, |
|
|
'optionsProducers' => $optionsProducers, |
|
|
'optionsProducers' => $optionsProducers, |
|
|
]); |
|
|
]); |
|
|
} |
|
|
} |