Remove unused PaymentNotificationJob

This commit is contained in:
Eric Schultz 2020-01-07 11:08:54 -06:00
parent 31e4a69a22
commit 6f087c76b8

View file

@ -1,8 +0,0 @@
class PaymentNotificationJob < ApplicationJob
queue_as :default
def perform(donation, locale, user=nil)
PaymentNotificationEmailDonorJob.perform_later donation, locale
PaymentNotificationEmailNonprofitJob.perform_later donation, user
end
end