hlfw.ca

webbing

Download patch

ref: f0e9c3dbda90cfdbda3c8a22325849fa72054577
parent: 226de1bd174c873ac13632e42886a50429c0d040
author: halfwit <michaelmisch1985@gmail.com>
date: Wed Dec 4 03:01:33 PST 2019

Add note about intentions for symptoms.SendEmail

binary files a/client /dev/null differ
--- /dev/null
+++ b/transactions/symptoms.go
@@ -1,0 +1,7 @@
+package transactions
+
+// SendEmail - Run on hook from completed payment
+func SendEmail(id string) {
+	// TODO(halfwit) after receipt of payment on the temp wallet, Doctor receives invoice and client receives symptoms link
+	// This is not done through messages at all!
+}