piesync / billbo

Easy to use billing service for Stripe with VAT support
MIT License
73 stars 3 forks source link

Record stripe event id on invoice #90

Closed remvee closed 7 years ago

remvee commented 8 years ago

The stripe event id which caused the creation of an invoices is added to the invoice record. Note: only future invoices will have a stripe event id associated.

Closes #85.