Discover Card Import

Adam Rosi-Kessel adam at rosi-kessel.org
Sat Jun 24 16:44:06 EDT 2006


On Mon, Jun 19, 2006 at 09:03:32AM -0400, Bryan Phinney wrote:
> > In ofx.py about 20 lines after the last site listing, there are a
> > three lines, which in my copy say:
> >          if not config.has_key("appid"):
> >              config["appid"] = "Money"
> >              config["appver"] = "0900"
> Mine current reads:
> if not config.has_key("appid"):
>             config["appid"] = "QWIN"
>             config["appver"] = "1200"
> Possible that I tweaked my values as well, I do know that I had to do some 
> googling of forums to find the specific script values that I needed to get 
> the discover download to work.  I can't remember if tweaking the appver was 
> part of that process.

Checking {appid,appver} to {'qwin','1200'} did the trick. I'll add it to
the wiki.


More information about the gnucash-user mailing list