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.
1 parent 5e9cea1 commit 715c8a5Copy full SHA for 715c8a5
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