[Webfunds-commits] java/webfunds/sox ValueAccount.java
Ian Grigg
iang@cypherpunks.ai
Tue, 20 Mar 2001 19:16:02 -0400 (AST)
iang 01/03/20 19:16:02
Modified: webfunds/sox ValueAccount.java
Log:
comment only
Revision Changes Path
1.25 +8 -1 java/webfunds/sox/ValueAccount.java
Index: ValueAccount.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/sox/ValueAccount.java,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ValueAccount.java 2001/03/18 23:22:51 1.24
+++ ValueAccount.java 2001/03/20 23:16:02 1.25
@@ -1,5 +1,5 @@
/*
- * $Id: ValueAccount.java,v 1.24 2001/03/18 23:22:51 iang Exp $
+ * $Id: ValueAccount.java,v 1.25 2001/03/20 23:16:02 iang Exp $
*
* Copyright (c) Systemics Ltd 1995-1999 on behalf of
* the WebFunds Development Team. All Rights Reserved.
@@ -77,6 +77,13 @@
String num = "" + reqNo++;
DepositRequest req = new DepositRequest(num, acct.getId(),
payment, did, desc.getBytes());
+
+ //
+ // Temporary kludge, when all issuers are upgraded, can
+ // delete.
+ //
+ // if ( !(payment instanceof Payment) )
+ // req.setVersion(req.DEPOSIT_WITHDRAW);
//
// Odd. many ways to sign: