mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-16 09:37:00 +02:00
More PgSql updates
This commit is contained in:
parent
8aa16110d5
commit
b9cab663e0
11 changed files with 26 additions and 32 deletions
|
@ -108,8 +108,8 @@ class FinancialsController extends Controller
|
|||
'command' => 'create',
|
||||
'domain_name' => 'deposit',
|
||||
'length_in_months' => 0,
|
||||
'from' => $date,
|
||||
'to' => $date,
|
||||
'fromS' => $date,
|
||||
'toS' => $date,
|
||||
'amount' => $amount
|
||||
]
|
||||
);
|
||||
|
@ -226,8 +226,8 @@ class FinancialsController extends Controller
|
|||
'command' => 'create',
|
||||
'domain_name' => 'deposit',
|
||||
'length_in_months' => 0,
|
||||
'from' => $date,
|
||||
'to' => $date,
|
||||
'fromS' => $date,
|
||||
'toS' => $date,
|
||||
'amount' => $amount
|
||||
]
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue