mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 10:19:45 +02:00
Update all contact code to upcase
This commit is contained in:
parent
4ea983c865
commit
c704f4894a
5 changed files with 18 additions and 3 deletions
|
@ -59,7 +59,7 @@ class Epp::ContactsController < EppController
|
|||
end
|
||||
|
||||
def find_contact
|
||||
code = params[:parsed_frame].css('id').text.strip
|
||||
code = params[:parsed_frame].css('id').text.strip.upcase
|
||||
@contact = Epp::Contact.find_by(code: code)
|
||||
|
||||
if @contact.blank?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue