You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The contribution import service POST /assembly/{aid}/campaign/{cid}/contribution/import returns 200 OK but no record is added to the contribution table (idea/proposal)
Expected behavior and actual behavior.
It should return 200 OK, as it does, and in the database new records should appear.
Steps to reproduce the problem
POST request to the given endpoint with the attached file as sample. As a side note, the service used to work.
Describe the problem/story
The contribution import service
POST /assembly/{aid}/campaign/{cid}/contribution/import
returns 200 OK but no record is added to the contribution table (idea/proposal)Expected behavior and actual behavior.
It should return 200 OK, as it does, and in the database new records should appear.
Steps to reproduce the problem
POST request to the given endpoint with the attached file as sample. As a side note, the service used to work.
samples-csv.zip
The text was updated successfully, but these errors were encountered: