changes ofxgo.Client to ofxgo.BasicClient

Updates code to accomodate 94a77ac754
This commit is contained in:
Andrew Bates 2019-01-11 12:47:50 -05:00 committed by Aaron Lindsay
parent a27bf82af3
commit 57cca82b33
1 changed files with 1 additions and 1 deletions

View File

@ -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,