mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-25 11:58:19 +02:00
Fixed #47
This commit is contained in:
parent
28acf713f2
commit
b2859bbfc3
4 changed files with 11 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue