Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
add payment_amount_human_readable for the admin list not just the sin…
Browse files Browse the repository at this point in the history
…gle view (#643)
  • Loading branch information
FinnIckler authored Aug 16, 2024
1 parent 051b49b commit 5626316
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/registration_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ def get_registrations(competition_id, only_attending: false)
},
payment: {
payment_status: x.payment_status,
payment_amount_human_readable: x.payment_amount_human_readable,
updated_at: x.payment_date,
},
guests: x.guests }
Expand Down

0 comments on commit 5626316

Please sign in to comment.