helpscout: remove integration of custom fields
Our new HelpScout plan doesn't allow custom fields anymore.
This commit is contained in:
parent
e4517c7e98
commit
e66e78b4db
3 changed files with 0 additions and 21 deletions
|
@ -62,8 +62,6 @@ describe Helpscout::FormAdapter do
|
|||
.with(email, subject, text, nil)
|
||||
expect(api).to have_received(:add_tags)
|
||||
.with(conversation_id, tags)
|
||||
expect(api).to have_received(:add_custom_fields)
|
||||
.with(conversation_id, nil, nil)
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -102,8 +100,6 @@ describe Helpscout::FormAdapter do
|
|||
.with(email, subject, text, nil)
|
||||
expect(api).to have_received(:add_phone_number)
|
||||
.with(email, phone)
|
||||
expect(api).to have_received(:add_custom_fields)
|
||||
.with(conversation_id, nil, nil)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue