]); | ]); | ||||
return $this->render('billing', [ | return $this->render('billing', [ | ||||
'paidFeaturesArray' => $this->getFeatureModule()->getRepository()->findPaidFeatures(), | |||||
'dataProviderPrices' => $dataProviderPrices, | 'dataProviderPrices' => $dataProviderPrices, | ||||
'producer' => $producer, | 'producer' => $producer, | ||||
'alertFreePrice' => (isset($alertFreeprice)) ? true : false | 'alertFreePrice' => (isset($alertFreeprice)) ? true : false |
<?= | <?= | ||||
$this->render('@frontend/views/site/_prices_producer', [ | $this->render('@frontend/views/site/_prices_producer', [ | ||||
'paidFeaturesArray' => $paidFeaturesArray, | |||||
'dataProviderPrices' => $dataProviderPrices | 'dataProviderPrices' => $dataProviderPrices | ||||
]); | ]); | ||||