We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e9cea1 + 715c8a5 commit 3345c25Copy full SHA for 3345c25
app/notifiers/tickets/purchased_notifier.rb
@@ -3,7 +3,7 @@ class Tickets::PurchasedNotifier < Notifier
3
attr_reader :ticket
4
5
dynamic_destination :ticket_user_con_profile do
6
- { user_con_profile: ticket.user_con_profile }
+ { ticket: ticket }
7
end
8
9
def initialize(ticket:, triggering_user: nil)
0 commit comments