parent
400b39211d
commit
9ca714d878
2 changed files with 2 additions and 3 deletions
|
|
@ -170,7 +170,7 @@ async def api_ticket_send_ticket(event_id, payment_hash):
|
|||
status_code=HTTPStatus.NOT_FOUND,
|
||||
detail="Ticket could not be fetched.",
|
||||
)
|
||||
payment = await get_standalone_payment(payment_hash)
|
||||
payment = await get_standalone_payment(payment_hash, incoming=True)
|
||||
assert payment
|
||||
price = (
|
||||
event.price_per_ticket * 1000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue