2019-11-08 21:32:33 +00:00
|
|
|
class DirectDebitCreateNotifyNonprofitJob < EmailJob
|
2019-11-07 18:12:25 +00:00
|
|
|
|
2019-11-08 22:06:04 +00:00
|
|
|
def perform(donation_id)
|
|
|
|
DonationMailer.nonprofit_payment_notification(donation_id).deliver_now
|
2019-11-07 18:12:25 +00:00
|
|
|
end
|
|
|
|
end
|