mirror of
https://github.com/aclindsa/ofxgo.git
synced 2024-11-23 11:40:05 -05:00
signon: Add missing GENUSERKEY field
This commit is contained in:
parent
2caa23564a
commit
d88d45a664
@ -14,6 +14,7 @@ type SignonRequest struct {
|
||||
UserID String `xml:"USERID"`
|
||||
UserPass String `xml:"USERPASS,omitempty"`
|
||||
UserKey String `xml:"USERKEY,omitempty"`
|
||||
GenUserKey Boolean `xml:"GENUSERKEY,omitempty"`
|
||||
Language String `xml:"LANGUAGE"` // Defaults to ENG
|
||||
Org String `xml:"FI>ORG"`
|
||||
Fid String `xml:"FI>FID"`
|
||||
|
Loading…
Reference in New Issue
Block a user