PayButton / paybutton-server

Manage eCash payments received through your online business.
MIT License
7 stars 2 forks source link

Feature/add csv util #832

Closed lissavxo closed 5 months ago

lissavxo commented 5 months ago

Related to #803

Description

Added a new util that receives headers and data and writes it in a CSV file using a stream, in this case the stream will be the NextResponse. This will be used in the new endpoint to download the txs in a csv

Test plan

Run yarn docker test