mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 01:47:18 +02:00
Renew billing #2741
This commit is contained in:
parent
fa77056f81
commit
2f0666dec3
3 changed files with 37 additions and 13 deletions
|
@ -20,6 +20,7 @@ describe 'EPP Domain', epp: true do
|
|||
Fabricate(:reserved_domain)
|
||||
Fabricate(:blocked_domain)
|
||||
Fabricate(:pricelist, valid_to: nil)
|
||||
Fabricate(:pricelist, operation_category: 'renew', price: 15, valid_to: nil)
|
||||
|
||||
@uniq_no = proc { @i ||= 0; @i += 1 }
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue