mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 17:55:55 +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' }
|
attrs: { type: 'birthday', cc: 'US' }
|
||||||
},
|
},
|
||||||
legalDocument: {
|
legalDocument: {
|
||||||
value: 'dGVzdCBmYWlsCg==',
|
value: Base64.encode64('S' * 4.kilobytes),
|
||||||
attrs: { type: 'pdf' }
|
attrs: { type: 'pdf' }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -167,7 +167,7 @@ describe 'EPP Keyrelay', epp: true do
|
||||||
}, {
|
}, {
|
||||||
_anonymus: [
|
_anonymus: [
|
||||||
legalDocument: {
|
legalDocument: {
|
||||||
value: 'dGVzdCBmYWlsCg==',
|
value: Base64.encode64('S' * 4.kilobytes),
|
||||||
attrs: { type: 'pdf' }
|
attrs: { type: 'pdf' }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -190,7 +190,7 @@ module Epp
|
||||||
custom_defaults = {
|
custom_defaults = {
|
||||||
_anonymus: [
|
_anonymus: [
|
||||||
legalDocument: {
|
legalDocument: {
|
||||||
value: 'dGVzdCBmYWlsCg==',
|
value: Base64.encode64('S' * 4.kilobytes),
|
||||||
attrs: { type: 'pdf' }
|
attrs: { type: 'pdf' }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -276,7 +276,7 @@ module Epp
|
||||||
custom_params = {
|
custom_params = {
|
||||||
_anonymus: [
|
_anonymus: [
|
||||||
legalDocument: {
|
legalDocument: {
|
||||||
value: 'dGVzdCBmYWlsCg==',
|
value: Base64.encode64('S' * 4.kilobytes),
|
||||||
attrs: { type: 'pdf' }
|
attrs: { type: 'pdf' }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue