mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +02:00
Use Estonian reference number format instead of ISO 11649
This commit is contained in:
parent
aa6e8f8a93
commit
5738c17731
25 changed files with 244 additions and 47 deletions
1
test/fixtures/invoices.yml
vendored
1
test/fixtures/invoices.yml
vendored
|
@ -8,6 +8,7 @@ DEFAULTS: &DEFAULTS
|
|||
buyer_name: Jane Doe
|
||||
vat_rate: 0.1
|
||||
total: 16.50
|
||||
reference_no: 13
|
||||
|
||||
valid:
|
||||
<<: *DEFAULTS
|
||||
|
|
3
test/fixtures/registrars.yml
vendored
3
test/fixtures/registrars.yml
vendored
|
@ -12,6 +12,7 @@ bestnames:
|
|||
language: en
|
||||
billing_email: billing@example.com
|
||||
website: bestnames.test
|
||||
reference_no: 13
|
||||
|
||||
goodnames:
|
||||
name: Good Names
|
||||
|
@ -22,6 +23,7 @@ goodnames:
|
|||
vat_no: DE123456789
|
||||
accounting_customer_code: goodnames
|
||||
language: en
|
||||
reference_no: 26
|
||||
|
||||
not_in_use:
|
||||
name: any
|
||||
|
@ -31,3 +33,4 @@ not_in_use:
|
|||
country_code: US
|
||||
accounting_customer_code: any
|
||||
language: en
|
||||
reference_no: 39
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue