mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-15 17:16:59 +02:00
More PgSql updates
This commit is contained in:
parent
8aa16110d5
commit
b9cab663e0
11 changed files with 26 additions and 32 deletions
|
@ -562,8 +562,8 @@ class DomainsController extends Controller
|
|||
'command' => 'create',
|
||||
'domain_name' => $domainName,
|
||||
'length_in_months' => $date_add,
|
||||
'from' => $from,
|
||||
'to' => $to,
|
||||
'fromS' => $from,
|
||||
'toS' => $to,
|
||||
'amount' => $price
|
||||
]
|
||||
);
|
||||
|
@ -1424,8 +1424,8 @@ class DomainsController extends Controller
|
|||
'command' => 'renew',
|
||||
'domain_name' => $domainName,
|
||||
'length_in_months' => $date_add,
|
||||
'from' => $from,
|
||||
'to' => $to,
|
||||
'fromS' => $from,
|
||||
'toS' => $to,
|
||||
'amount' => $price
|
||||
]
|
||||
);
|
||||
|
@ -2277,8 +2277,8 @@ class DomainsController extends Controller
|
|||
'command' => 'transfer',
|
||||
'domain_name' => $domainName,
|
||||
'length_in_months' => $date_add,
|
||||
'from' => $from,
|
||||
'to' => $to,
|
||||
'fromS' => $from,
|
||||
'toS' => $to,
|
||||
'amount' => $price
|
||||
]
|
||||
);
|
||||
|
@ -2603,8 +2603,8 @@ class DomainsController extends Controller
|
|||
'command' => 'restore',
|
||||
'domain_name' => $domainName,
|
||||
'length_in_months' => 0,
|
||||
'from' => $from,
|
||||
'to' => $from,
|
||||
'fromS' => $from,
|
||||
'toS' => $from,
|
||||
'amount' => $restore_price
|
||||
]
|
||||
);
|
||||
|
@ -2617,8 +2617,8 @@ class DomainsController extends Controller
|
|||
'command' => 'renew',
|
||||
'domain_name' => $domainName,
|
||||
'length_in_months' => 12,
|
||||
'from' => $from,
|
||||
'to' => $to,
|
||||
'fromS' => $from,
|
||||
'toS' => $to,
|
||||
'amount' => $renew_price
|
||||
]
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue