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
|
||||
|
||||
def perform(*args)
|
||||
# Do something later
|
||||
def perform(donation_id)
|
||||
DonationMailer.nonprofit_payment_notification(donation_id).deliver_now
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue