Method: MHV::UserAccount::Creator#mhv_account_creation_response
- Defined in:
- app/services/mhv/user_account/creator.rb
#mhv_account_creation_response ⇒ Object (private)
39 40 41 42 43 |
# File 'app/services/mhv/user_account/creator.rb', line 39 def mhv_account_creation_response tou_occurred_at = current_tou_agreement.created_at mhv_client.create_account(icn:, email:, tou_occurred_at:, break_cache:) end |