CMXX - Billing API
This commit is contained in:
@@ -257,6 +257,10 @@ $view .= '<div class="content-block">
|
||||
';
|
||||
|
||||
foreach($value['months'] as $key => $value){
|
||||
//CONVERT KEY TO MONTH NAME
|
||||
$monthObj = DateTime::createFromFormat('!m', $key);
|
||||
$key = $monthObj->format('F');
|
||||
|
||||
$view .= '
|
||||
<tr '.(($responses->billing_plan && $responses->billing_plan == 1) ? '' :'style="display:none;"').'>
|
||||
<td></td>
|
||||
|
||||
Reference in New Issue
Block a user