mirror of
https://github.com/internetee/registry.git
synced 2025-07-14 15:05:19 +02:00
Strory#110308584 - gen more custom legal
This commit is contained in:
parent
3c739f846b
commit
95c5a17e6e
2 changed files with 3 additions and 3 deletions
|
@ -204,7 +204,7 @@ describe 'EPP Keyrelay', epp: true do
|
|||
}, {
|
||||
_anonymus: [
|
||||
legalDocument: {
|
||||
value: 'dGVzdCBmYWlsCg==',
|
||||
value: Base64.encode64('S' * 4.kilobytes),
|
||||
attrs: { type: 'jpg' }
|
||||
}
|
||||
]
|
||||
|
|
|
@ -235,7 +235,7 @@ module Epp
|
|||
epp_xml.create(xml_params, {}, {
|
||||
_anonymus: [
|
||||
legalDocument: {
|
||||
value: 'dGVzdCBmYWlsCg==',
|
||||
value: Base64.encode64('S' * 4.kilobytes),
|
||||
attrs: { type: 'pdf' }
|
||||
}
|
||||
]
|
||||
|
@ -320,7 +320,7 @@ module Epp
|
|||
custom_params = {
|
||||
_anonymus: [
|
||||
legalDocument: {
|
||||
value: 'dGVzdCBmYWlsCg==',
|
||||
value: Base64.encode64('S' * 4.kilobytes),
|
||||
attrs: { type: 'pdf' }
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue