This commit is contained in:
Pinga 2024-02-13 09:26:44 +02:00
parent 28acf713f2
commit b2859bbfc3
4 changed files with 11 additions and 1 deletions

View file

@ -150,7 +150,8 @@ class DomainsController extends Controller
$phaseType = $data['phaseType'] ?? 'none';
$smd = $data['smd'] ?? null;
$phaseName = $data['phaseName'] ?? null;
$token = $data['token'] ?? null;
$nameservers = !empty($data['nameserver']) ? $data['nameserver'] : null;
@ -514,6 +515,7 @@ class DomainsController extends Controller
'acdate' => null,
'rgpstatus' => 'addPeriod',
'addPeriod' => $date_add,
'phase_name' => $phaseName,
'tm_phase' => $phaseType,
'tm_smd_id' => $smd,
'tm_notice_id' => $noticeid,