mirror of
https://github.com/aclindsa/ofxgo.git
synced 2025-06-19 23:48:38 -04:00
signon: Add missing GENUSERKEY field
This commit is contained in:
@ -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"`
|
||||
|
Reference in New Issue
Block a user