mirror of
https://github.com/aclindsa/ofxgo.git
synced 2025-06-13 21:48:38 -04:00
Rename Response/Request Profile -> Prof
This is more in line with the rest, which match their OFX message set names except for capitalization.
This commit is contained in:
@ -146,7 +146,7 @@ func tryProfile(appId, appVer, version string, noindent bool) bool {
|
||||
TrnUID: *uid,
|
||||
DtProfUp: ofxgo.Date(time.Unix(0, 0)),
|
||||
}
|
||||
query.Profile = append(query.Profile, &profileRequest)
|
||||
query.Prof = append(query.Prof, &profileRequest)
|
||||
|
||||
_, err = client.Request(&query)
|
||||
if err == nil {
|
||||
|
Reference in New Issue
Block a user