whoops; get the To address right for donation notifications
This commit is contained in:
parent
71f1ee643f
commit
d179ffd9b6
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class Donation < ActiveRecord::Base
|
|||
features.each(&:save!)
|
||||
end
|
||||
|
||||
DonationMailer.thank_you_email(donation, customer.email).deliver
|
||||
DonationMailer.thank_you_email(donation, donation.donor_email).deliver
|
||||
|
||||
donation
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue