Last active
December 10, 2015 14:49
-
-
Save sahlhoff/4449704 to your computer and use it in GitHub Desktop.
Revisions
-
sahlhoff revised this gist
Jan 4, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ var bankInfo = { , bankid: [routedid] , user: '[user]' , pass: '[pass]' , accid: [id] , acctype: 'CHECKING' , date_start: 20121025 , date_end: 20121231 -
sahlhoff created this gist
Jan 4, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ var bankInfo = { fid: 1601 , fidorg: 'Chase Bank' , url: 'https://www.oasis.cfree.com/1601.ofxgp' , bankid: [routedid] , user: '[user]' , pass: '[pass]' , accid: 000000474791899 , acctype: 'CHECKING' , date_start: 20121025 , date_end: 20121231 };