eurofurence / reg-payment-service

EF Registration backend micro-service for dues and payments booking and accounting
MIT License
0 stars 1 forks source link

fix(#26): another small fix #36

Closed Jumpy-Squirrel closed 1 year ago

Jumpy-Squirrel commented 1 year ago

right now, if a user requests transactions but has no registrations, the attendee service returns 404, which causes the payment service to return 500.

But this is a valid situation, and the correct response is 403.