diff --git a/test/fixtures/billing/prices.yml b/test/fixtures/billing/prices.yml index ef2cd09a7..17e34d3f2 100644 --- a/test/fixtures/billing/prices.yml +++ b/test/fixtures/billing/prices.yml @@ -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 diff --git a/test/fixtures/domains.yml b/test/fixtures/domains.yml index b2b2a24b5..53de2837b 100644 --- a/test/fixtures/domains.yml +++ b/test/fixtures/domains.yml @@ -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