From 57cca82b3317d35248a4cebc074d3245763d48eb Mon Sep 17 00:00:00 2001 From: Andrew Bates Date: Fri, 11 Jan 2019 12:47:50 -0500 Subject: [PATCH] changes ofxgo.Client to ofxgo.BasicClient Updates code to accomodate https://github.com/aclindsa/ofxgo/commit/94a77ac754d1a2e2ae8d10d07b7f15d471230701 --- internal/handlers/imports.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/handlers/imports.go b/internal/handlers/imports.go index b8a9924..875274b 100644 --- a/internal/handlers/imports.go +++ b/internal/handlers/imports.go @@ -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,