Skip to content

Commit 715c8a5

Browse files
committed
Fix error when trying to send a notification of a free ticket
1 parent 5e9cea1 commit 715c8a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/notifiers/tickets/purchased_notifier.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ class Tickets::PurchasedNotifier < Notifier
33
attr_reader :ticket
44

55
dynamic_destination :ticket_user_con_profile do
6-
{ user_con_profile: ticket.user_con_profile }
6+
{ ticket: ticket }
77
end
88

99
def initialize(ticket:, triggering_user: nil)

0 commit comments

Comments
 (0)