CMXX - Billing API

This commit is contained in:
“VeLiTi”
2024-11-07 20:36:37 +01:00
parent 0c5bd3f83e
commit c6a1c61eb1
5 changed files with 207 additions and 211 deletions

View File

@@ -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>