payment: note that Stripe has instituted an additional 1% fee for non-US cards
[hcoop/portal.git] / domain.sml
index cec1eb6..4a7cc87 100644 (file)
@@ -5,7 +5,6 @@ structure Domain = Request(struct
                           val template = "domain"
                           val descr = "domain"
                           fun body (mail, dom) =
-                              (Mail.mwrite (mail, "Domain: ");
-                               Mail.mwrite (mail, dom);
+                              (Mail.mwrite (mail, dom);
                                Mail.mwrite (mail, "\n"))
                           end)