Fix error code/message

This commit is contained in:
Alex Sherman 2021-04-28 14:02:31 +05:00
parent 0f58e47513
commit c52c669339
3 changed files with 6 additions and 6 deletions

View file

@ -21,7 +21,7 @@ class LegalDocument < ApplicationRecord
def epp_code_map
{
'2306' => [
'2308' => [
%i[body length_more_than],
%i[body length_less_than],
]