@@ -151,6 +151,7 @@ class ProducerController extends BackendController | |||
]); | |||
return $this->render('billing', [ | |||
'paidFeaturesArray' => $this->getFeatureModule()->getRepository()->findPaidFeatures(), | |||
'dataProviderPrices' => $dataProviderPrices, | |||
'producer' => $producer, | |||
'alertFreePrice' => (isset($alertFreeprice)) ? true : false |
@@ -72,6 +72,7 @@ elseif($producerModule->isBillingTypeClassic($producer)) { | |||
<?= | |||
$this->render('@frontend/views/site/_prices_producer', [ | |||
'paidFeaturesArray' => $paidFeaturesArray, | |||
'dataProviderPrices' => $dataProviderPrices | |||
]); | |||