1
0
mirror of https://github.com/aclindsa/ofxgo.git synced 2025-06-13 21:48:38 -04:00

Standardize transaction wrapper fields

This commit is contained in:
2017-03-30 10:24:26 -04:00
parent 6efd3ae921
commit c1777df3df
7 changed files with 56 additions and 36 deletions

View File

@ -30,9 +30,8 @@ func getAccounts() {
}
acctInfo := ofxgo.AcctInfoRequest{
TrnUID: *uid,
DtAcctUp: ofxgo.Date(time.Unix(0, 0)),
CltCookie: 1,
TrnUID: *uid,
DtAcctUp: ofxgo.Date(time.Unix(0, 0)),
}
query.Signup = append(query.Signup, &acctInfo)