Using saved PayPal and Checkout e-mail addresses
[bpt/portal.git] / app / app.sig
index 86f8118..8df47d8 100644 (file)
@@ -10,7 +10,8 @@ sig
     val readTosMinorAgree : unit -> string
 
     type application = { name : string, rname : string, gname : string option, email : string,
-                        forward : bool, uses : string, other : string }
+                        forward : bool, uses : string, other : string,
+                        paypal : string option, checkout : string option }
 
     val apply : application -> string option