openfun / joanie

👛 A headless ERP for education to manage course enrollment/subscription, payment and certificates delivery.
MIT License
22 stars 2 forks source link

Backend - API Client - Nested Course Orders #702

Closed jbpenrath closed 4 months ago

jbpenrath commented 5 months ago

Bug Report

Problematic behavior The nested course api endpoint to retrieve orders currently return the full order list no matter organization access of the authenticated user.

Expected behavior/code This endpoint should return only orders linked to an organization to which the authenticated user has access.