mirror of
				https://github.com/aclindsa/moneygo.git
				synced 2025-11-03 18:13:27 -05:00 
			
		
		
		
	changes ofxgo.Client to ofxgo.BasicClient
Updates code to accomodate 94a77ac754
			
			
This commit is contained in:
		@@ -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,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user