mirror of
https://github.com/aclindsa/moneygo.git
synced 2024-10-31 16:00:05 -04:00
changes ofxgo.Client to ofxgo.BasicClient
Updates code to accomodate 94a77ac754
This commit is contained in:
parent
a27bf82af3
commit
bc70f55038
@ -235,7 +235,7 @@ func OFXImportHandler(context *Context, r *http.Request, user *models.User, acco
|
||||
}
|
||||
}
|
||||
|
||||
var client = ofxgo.Client{
|
||||
var client = ofxgo.BasicClient{
|
||||
AppID: account.OFXAppID,
|
||||
AppVer: account.OFXAppVer,
|
||||
SpecVersion: ofxver,
|
||||
|
Loading…
Reference in New Issue
Block a user