mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 09:45:11 +02:00
Merge branch 'registry-765' into registry-623
# Conflicts: # app/models/registrar.rb # config/locales/en.yml # spec/models/registrar_spec.rb # test/models/registrar_test.rb
This commit is contained in:
commit
4f51f6c736
35 changed files with 464 additions and 482 deletions
6
test/fixtures/accounts.yml
vendored
6
test/fixtures/accounts.yml
vendored
|
@ -3,3 +3,9 @@ cash:
|
|||
balance: 100
|
||||
currency: EUR
|
||||
registrar: bestnames
|
||||
|
||||
not_in_use_cash:
|
||||
account_type: cash
|
||||
balance: 0
|
||||
currency: EUR
|
||||
registrar: not_in_use
|
||||
|
|
13
test/fixtures/registrars.yml
vendored
13
test/fixtures/registrars.yml
vendored
|
@ -3,6 +3,10 @@ bestnames:
|
|||
reg_no: 1234
|
||||
code: bestnames
|
||||
email: info@bestnames.test
|
||||
street: Main Street
|
||||
zip: 12345
|
||||
city: New York
|
||||
state: New York
|
||||
country_code: US
|
||||
accounting_customer_code: bestnames
|
||||
language: en
|
||||
|
@ -16,3 +20,12 @@ goodnames:
|
|||
country_code: US
|
||||
accounting_customer_code: goodnames
|
||||
language: en
|
||||
|
||||
not_in_use:
|
||||
name: any
|
||||
reg_no: any
|
||||
code: any
|
||||
email: any@example.com
|
||||
country_code: US
|
||||
accounting_customer_code: any
|
||||
language: en
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue