Closed lissavxo closed 3 months ago
Tests failing.
Looks good!
I think we should probably also do the same thing but for payments as an alternative for people... thoughts?
For our own purposes though, this will work just fine.
nice, I think it is a good idea and It will be pretty similar to this logic so It should be not so hard to implement
Related to #803
Description
Added a new endpoint to download transactions of a paybuttonId in a CSV file. here are some defaults :
Test plan
Run project with
docker-compose up
call this URL with yourpaybuttonId
->http://localhost:3000/api/paybutton/download/transactions/<paybuttonId>
check if the file is downloaded and if data is compatible.