
* Invoices: Add debug logs and better temp pdf location * Fix test * maybe fix test * log debug test * set local dirname * wip * wip * wip
6 lines
318 B
Markdown
6 lines
318 B
Markdown
---
|
|
"saleor-app-invoices": patch
|
|
---
|
|
|
|
When TEMP_PDF_STORAGE_DIR env is not set, app will automatically create and write to _temp directory relative to file that resolves a path.
|
|
In development this will be a file inside .next folder. In production it's recommended to set TEMP_PDF_STORAGE_DIR, especially using Vercel
|