mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 09:45:11 +02:00
Merge branch 'master' into registry-623
This commit is contained in:
commit
5c34d9f468
8 changed files with 167 additions and 7 deletions
30
test/fixtures/billing/prices.yml
vendored
30
test/fixtures/billing/prices.yml
vendored
|
@ -1,7 +1,31 @@
|
|||
cash:
|
||||
duration: 1 year
|
||||
price_cents: 500
|
||||
create_one_month:
|
||||
duration: 1 month
|
||||
price_cents: 100
|
||||
operation_category: create
|
||||
valid_from: 2010-07-05
|
||||
valid_to: 2010-07-05
|
||||
zone: test
|
||||
|
||||
renew_one_month:
|
||||
duration: 1 month
|
||||
price_cents: 100
|
||||
operation_category: renew
|
||||
valid_from: 2010-07-05
|
||||
valid_to: 2010-07-05
|
||||
zone: test
|
||||
|
||||
create_one_year:
|
||||
duration: 1 year
|
||||
price_cents: 1000
|
||||
operation_category: create
|
||||
valid_from: 2010-07-05
|
||||
valid_to: 2010-07-05
|
||||
zone: test
|
||||
|
||||
renew_one_year:
|
||||
duration: 1 year
|
||||
price_cents: 1000
|
||||
operation_category: renew
|
||||
valid_from: 2010-07-05
|
||||
valid_to: 2010-07-05
|
||||
zone: test
|
||||
|
|
4
test/fixtures/domains.yml
vendored
4
test/fixtures/domains.yml
vendored
|
@ -40,7 +40,7 @@ metro:
|
|||
|
||||
invalid:
|
||||
name: invalid.test
|
||||
transfer_code: any
|
||||
valid_to: 2010-07-05
|
||||
transfer_code: 1438d6
|
||||
valid_to: <%= Time.zone.parse('2010-07-05').utc.to_s(:db) %>
|
||||
registrar: bestnames
|
||||
registrant: invalid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue