tintinnabulate / registration-webapp

A registration webapp, written in Go. Takes payments with Stripe.
2 stars 0 forks source link

Support propagation of refunds to datastore #31

Open tintinnabulate opened 5 years ago

tintinnabulate commented 5 years ago

What if someone wants a refund? We currently have no way of marking this in the DB.

tintinnabulate commented 5 years ago

(NB: It is supported via Stripe, so we can actually do the refund, but this information needs to be propagated to the registration webapp.)