Method: MHV::UserAccount::Creator#create_mhv_user_account!
- Defined in:
- app/services/mhv/user_account/creator.rb
#create_mhv_user_account! ⇒ Object (private)
32 33 34 35 36 37 |
# File 'app/services/mhv/user_account/creator.rb', line 32 def create_mhv_user_account! account = MHVUserAccount.new(mhv_account_creation_response) account.validate! MPIData.find(icn)&.destroy account end |