REPP: Domain registrant change test

This commit is contained in:
Karl Erik Õunapuu 2021-02-02 11:26:52 +02:00
parent 92db43db18
commit 1461d2a566
No known key found for this signature in database
GPG key ID: C9DD647298A34764
6 changed files with 89 additions and 5 deletions

View file

@ -39,7 +39,7 @@ module Repp
def cta(action = 'add')
params[:contacts].each { |c| c[:action] = action }
action = Actions::DomainUpdate.new(@domain, contact_create_params, current_user)
action = Actions::DomainUpdate.new(@domain, contact_create_params, false)
# rubocop:disable Style/AndOr
handle_errors(@domain) and return unless action.call