mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-13 08:07:00 +02:00
Added VAT calculation
This commit is contained in:
parent
8a144a6add
commit
b404c59113
6 changed files with 45 additions and 10 deletions
|
@ -691,7 +691,9 @@ INSERT INTO registry.settings (name, value) VALUES
|
|||
('whois-43-queries', '0'),
|
||||
('company_name', 'Example Registry LLC'),
|
||||
('address', '123 Example Street, Example City'),
|
||||
('address2', '48000, Ukraine'),
|
||||
('address2', '48000'),
|
||||
('cc', 'Ukraine'),
|
||||
('vat_number', '0'),
|
||||
('phone', '+123456789'),
|
||||
('handle', 'RXX'),
|
||||
('email', 'contact@example.com');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue