-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue free tickets #223
Comments
Sounds good, you know i've had some other requests for ticket/payment API. Like automatically being able to return a ticket. |
@petterroea Target this to the v3 crew site for frontend. |
I am well aware, it is just not prioritized as it is not neccesary. We have had 0 refund requests the last lans, and touching the payment api now would be a bad idea as it works perfectly. As i have said other times, this will be looked into when it is more neccesary and i have time for the technical debt of modifying the payment pipeline |
I will make a ticket on the crew repo for this as well. |
The new crewpage needs UI that allows certain users to issue free tickets. Therefore, the API needs to support this. The ticket type to be issued will always be the "Free ticket" Variant, we must be able to specify how many are to be issued, and each issuing will be logged in the syslog.
A valid free ticket has buyer as the person who issued the ticket, userId as the person who was issued the ticket, seat initially set to 0, and paymentid set to 0.
A new permission should also be made for this.
The text was updated successfully, but these errors were encountered: