mirror of
https://github.com/aclindsa/ofxgo.git
synced 2025-07-01 11: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:
@ -26,7 +26,7 @@ func (r *ProfileRequest) Valid() (bool, error) {
|
||||
}
|
||||
|
||||
func (r *ProfileRequest) Type() messageType {
|
||||
return ProfileRq
|
||||
return ProfRq
|
||||
}
|
||||
|
||||
type SignonInfo struct {
|
||||
@ -138,5 +138,5 @@ func (pr *ProfileResponse) Valid() (bool, error) {
|
||||
}
|
||||
|
||||
func (pr *ProfileResponse) Type() messageType {
|
||||
return ProfileRs
|
||||
return ProfRs
|
||||
}
|
||||
|
Reference in New Issue
Block a user