Method: MHV::UserAccount::Creator#mhv_account_creation_response

Defined in:
app/services/mhv/user_account/creator.rb

#mhv_account_creation_responseObject (private)



39
40
41
42
43
# File 'app/services/mhv/user_account/creator.rb', line 39

def 
  tou_occurred_at = current_tou_agreement.created_at

  mhv_client.(icn:, email:, tou_occurred_at:, break_cache:)
end