Skip to content

Commit 3345c25

Browse files
authored
Merge pull request #10839 from neinteractiveliterature/fix-free-ticket-notifications
Fix error when trying to send a notification of a free ticket
2 parents 5e9cea1 + 715c8a5 commit 3345c25

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)