Fix missing code direct_debit_create_notify_nonprofit_job.rb
This commit is contained in:
parent
c2226c9893
commit
bef544bf63
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
class DirectDebitCreateNotifyNonprofitJob < EmailJob
|
class DirectDebitCreateNotifyNonprofitJob < EmailJob
|
||||||
|
|
||||||
def perform(*args)
|
def perform(donation_id)
|
||||||
# Do something later
|
DonationMailer.nonprofit_payment_notification(donation_id).deliver_now
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue