send first and last name to HubSpot when new account is created

This commit is contained in:
Bilal
2020-06-30 11:14:02 +02:00
parent dd0ac5b110
commit 9012ec253d
4 changed files with 14 additions and 6 deletions

View File

@@ -57,6 +57,8 @@ RSpec.describe AccountsController, type: :controller do
expect {
post :create, params: params
}.to have_enqueued_job(SubmitHubspotFormJob).with(
"John",
"Doe",
"test_user+1@test.com",
"Test Dev account",
i_m_interested_in: "DirectME"