Pipedrive: manager can refuse a deal
This commit is contained in:
parent
8d7c639f8f
commit
d0431a28f2
5 changed files with 48 additions and 0 deletions
5
app/jobs/pipedrive_refuses_deals_job.rb
Normal file
5
app/jobs/pipedrive_refuses_deals_job.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class PipedriveRefusesDealsJob < ApplicationJob
|
||||
def perform(person_id, owner_id)
|
||||
PipedriveService.refuse_deals_from_person(person_id, owner_id)
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue