app/mailers/producer_mailer.rb in artfully_ose-1.1.0 vs app/mailers/producer_mailer.rb in artfully_ose-1.2.0.alpha.1
- old
+ new
@@ -16,11 +16,11 @@
@producer = @organization.owner
@reseller_profile = ticket_offer.reseller_profile
@reseller = @reseller_profile.organization
@event = @ticket_offer.event
@show = @ticket_offer.show
- @section = @ticket_offer.section
+ @ticket_type = @ticket_offer.ticket_type
mail :to => @producer.email, :subject => "Artful.ly: Ticket Offer Accepted"
end
def ticket_offer_rejected(ticket_offer)
@@ -29,10 +29,10 @@
@producer = @organization.owner
@reseller_profile = ticket_offer.reseller_profile
@reseller = @reseller_profile.organization
@event = @ticket_offer.event
@show = @ticket_offer.show
- @section = @ticket_offer.section
+ @ticket_type = @ticket_offer.ticket_type
mail :to => @producer.email, :subject => "Artful.ly: Ticket Offer Rejected"
end
def mailchimp_kit_initial_sync_notification(kit, producer, added_list_names, removed_list_names)