olegphenomenon
9f4942e522
implemented method which get invoice number from billins side and updated tests
2022-05-11 11:17:47 +03:00
olegphenomenon
a8f1f885de
refactored base codeclimate warnings
2022-05-11 11:17:47 +03:00
olegphenomenon
ac3244466e
remove uneccessary code, adapted to eis billing response, fix logging error
2022-05-11 11:17:47 +03:00
olegphenomenon
d1e64577b4
changed request, add new column to invoce
2022-05-11 11:17:47 +03:00
olegphenomenon
29301a94c1
update source attribute
2022-05-11 11:16:57 +03:00
olegphenomenon
fdc2882b8f
refactored
2022-05-11 11:16:57 +03:00
olegphenomenon
f22f16d720
added tests
2022-05-11 11:16:57 +03:00
olegphenomenon
df48b2137b
added new services to get invoice payment link from billing system, added everypay link to invoice in registrar portal
2022-05-11 11:16:57 +03:00
olegphenomenon
9aba744494
updated attributes
2022-05-11 11:16:57 +03:00
olegphenomenon
9bdca96f87
added api service for generate invoice in billing system
2022-05-11 11:16:57 +03:00
olegphenomenon
87e8258572
dnssec ans ns validation message
2022-04-28 11:32:40 +03:00
Thiago Youssef
fd6e625d25
Merge branch 'master' into 499-admin-wildcard-search
2022-04-05 14:18:04 +03:00
Thiago Youssef
7b47eab0d8
Add missing partial and wildcard search on /admin/contact_versions
2022-03-29 13:31:31 +03:00
Thiago Youssef
4f96441f26
Add missing partial and wildcard search on /admin/blocked_domains
2022-03-29 11:18:46 +03:00
Thiago Youssef
5a0c812a15
Create partial search formatter service
2022-03-29 10:11:22 +03:00
olegphenomenon
e3b370e7c1
updated condition
2022-02-09 15:15:08 +02:00
olegphenomenon
f6b352a087
updated nameserver letter
2022-02-09 15:15:08 +02:00
olegphenomenon
09ba0a2511
update mail templates
2022-02-09 15:15:08 +02:00
olegphenomenon
35f60e53e5
improve notification feature
2022-02-09 15:15:08 +02:00
olegphenomenon
aff950aa97
refactored job
2022-02-09 15:15:08 +02:00
olegphenomenon
57e653e9e6
added soa nameserver validator
2022-02-09 15:15:08 +02:00
olegphenomenon
d4fd8dc0ee
update contact notification
2022-02-09 15:15:08 +02:00
olegphenomenon
ca9ca115eb
added notify class and mail action for inform
2022-02-09 15:15:08 +02:00
olegphenomenon
ae269c6772
move on functionality for separate service object and updated tests
2022-02-09 15:15:08 +02:00
olegphenomenon
37a80faf14
changed conditions for glue records
2022-01-07 15:26:58 +02:00
olegphenomenon
ded6715309
change query timeout
2022-01-07 13:18:05 +02:00
olegphenomenon
156633cd02
added glue record support
2022-01-07 12:27:16 +02:00
olegphenomenon
2ad5eb9dcc
update error messages reason
2022-01-06 16:25:28 +02:00
olegphenomenon
a9a95e373c
added record for successfully validated nameservers
2022-01-06 15:23:21 +02:00
olegphenomenon
287c4ea5d6
remove nameserver validation from update and create interactions, refactored tests, job and move validator to services scoup
2022-01-06 14:25:12 +02:00
dinsmol
f4e0084895
fixed codeclimate errors (partically)
2021-09-09 09:19:09 +03:00
Karl Erik Õunapuu
377a95cc76
Add experimental registrant change accept/deny API endpoint
2020-11-11 13:09:32 +02:00
Artur Beljajev
eb1ee426ca
Improve readability
2019-04-06 16:28:57 +03:00
Artur Beljajev
a97728c0f3
Refactor and improve invoices
...
- `runner 'Invoice.cancel_overdue_invoices'` in `schedule.rb` is
changed to `rake 'invoices:cancel_overdue'`.
- `invoices.payment_term` database column is removed and its value is
hardcoded in UI.
- `invoices.paid_at` is removed as unused
- `invoices.due_date` column's type is now `date`.
- `Invoice#invoice_items` renamed to `Invoice#items` and `Invoice`
interface to get a list of items is unified.
- Default date format in UI.
- Default translations are used.
- Tests improved.
- Specs converted to tests and removed along with factories.
- Database structure improved.
2019-03-14 15:39:24 +02:00
Artur Beljajev
876c010435
Refactor registrant change mailer
...
#480
2017-05-20 17:36:32 +03:00