111864739-contact_and_domain_create

This commit is contained in:
Stas 2016-02-15 17:52:30 +02:00
parent 59f7f364ad
commit 6ebcaf69d0
5 changed files with 67 additions and 17 deletions

View file

@ -30,6 +30,8 @@ class Epp::DomainsController < EppController
handle_errors and return unless balance_ok?('create') # loads pricelist in this method
ActiveRecord::Base.transaction do
@domain.add_legal_file_to_new(params[:parsed_frame])
if @domain.save # TODO: Maybe use validate: false here because we have already validated the domain?
current_user.registrar.debit!({
sum: @domain_pricelist.price.amount,