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
To be able to identify which package is being used to generate invoices we can add a header to the POST request which the backend uses to identify the traffic source.
The header key should be: easyinvoice-source
The header value should be: pip
The backend will recognize this header automatically and log every created invoice in the database with pip as source.
The text was updated successfully, but these errors were encountered:
To be able to identify which package is being used to generate invoices we can add a header to the POST request which the backend uses to identify the traffic source.
The header key should be: easyinvoice-source
The header value should be: pip
The backend will recognize this header automatically and log every created invoice in the database with pip as source.
The text was updated successfully, but these errors were encountered: