Fix typo
This commit is contained in:
parent
78e803b1d6
commit
e3a10f0980
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ class RefundNotificationJob < ApplicationJob
|
||||||
queue_as :default
|
queue_as :default
|
||||||
|
|
||||||
def perform(refund)
|
def perform(refund)
|
||||||
RefundNotificationJobDonorEmail.perform_later(refund)
|
RefundNotificationDonorEmailJob.perform_later(refund)
|
||||||
RefundNotificationNonprofitEmailJob.perform_later(refund)
|
RefundNotificationNonprofitEmailJob.perform_later(refund)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue