satisfeet / hoopoe-old

Hoopoe is the REST API service for satisfeet.
1 stars 0 forks source link

generate and send invoice on order post #40

Open bodokaiser opened 10 years ago

bodokaiser commented 10 years ago

This requires refactor of store.Orders invoice file handlers as pdf.NewInvoice() returns a io.WriterTo we need a stream to operate on - means the handler should return a io.WriteCloser else this is not a big effort to do.

bodokaiser commented 10 years ago

Requires #43 to be closed.