Skip to content

Commit

Permalink
Generate Tito discount code on sponsorship edit if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
osyoyu committed Nov 1, 2024
1 parent d19509f commit 39c2318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/jobs/process_sponsorship_edit_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def perform(edit)

# GenerateSponsorsYamlFileJob.perform_now(@conference)

# EnsureSponsorshipTitoDiscountCodeJob.perform_now(@sponsorship, 'attendee')
EnsureSponsorshipTitoDiscountCodeJob.perform_now(@sponsorship, 'attendee')
# EnsureSponsorshipTitoDiscountCodeJob.perform_now(@sponsorship, 'booth_staff')
end
end

0 comments on commit 39c2318

Please sign in to comment.