The `on_invoice_payment` hook is called when core-lightning successfully collected all parts to an invoice. We'll use this to clean up the the datastore when an invoice completes. Caveat: This will be called on every succesfull invoice payment, we may improve this in the future. Signed-off-by: Peter Neuroth <pet.v.ne@gmail.com>