mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 09:46:09 +02:00
Strory#110308584 - update legaldoc
This commit is contained in:
parent
7d89808e82
commit
ee59f579a6
3 changed files with 4 additions and 4 deletions
|
@ -459,7 +459,7 @@ describe 'EPP Contact', epp: true do
|
|||
attrs: { type: 'birthday', cc: 'US' }
|
||||
},
|
||||
legalDocument: {
|
||||
value: 'dGVzdCBmYWlsCg==',
|
||||
value: Base64.encode64('S' * 4.kilobytes),
|
||||
attrs: { type: 'pdf' }
|
||||
}
|
||||
}
|
||||
|
|
|
@ -167,7 +167,7 @@ describe 'EPP Keyrelay', epp: true do
|
|||
}, {
|
||||
_anonymus: [
|
||||
legalDocument: {
|
||||
value: 'dGVzdCBmYWlsCg==',
|
||||
value: Base64.encode64('S' * 4.kilobytes),
|
||||
attrs: { type: 'pdf' }
|
||||
}
|
||||
]
|
||||
|
|
|
@ -190,7 +190,7 @@ module Epp
|
|||
custom_defaults = {
|
||||
_anonymus: [
|
||||
legalDocument: {
|
||||
value: 'dGVzdCBmYWlsCg==',
|
||||
value: Base64.encode64('S' * 4.kilobytes),
|
||||
attrs: { type: 'pdf' }
|
||||
}
|
||||
]
|
||||
|
@ -276,7 +276,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