mirror of
https://github.com/internetee/registry.git
synced 2025-08-14 13:33:55 +02:00
30 lines
559 B
YAML
30 lines
559 B
YAML
create_one_month:
|
|
duration: 3 months
|
|
price_cents: 100
|
|
operation_category: create
|
|
valid_from: 2010-07-05
|
|
valid_to: 2010-07-05
|
|
zone: one
|
|
|
|
renew_one_month:
|
|
duration: 1 month
|
|
price_cents: 100
|
|
operation_category: renew
|
|
valid_from: 2010-07-05
|
|
valid_to: 2010-07-05
|
|
zone: one
|
|
|
|
create_one_year:
|
|
duration: 1 year
|
|
price_cents: 1000
|
|
operation_category: create
|
|
valid_from: 2010-07-05
|
|
zone: one
|
|
|
|
renew_one_year:
|
|
duration: 1 year
|
|
price_cents: 1000
|
|
operation_category: renew
|
|
valid_from: 2010-07-05
|
|
valid_to: 2010-07-05
|
|
zone: one
|