Skip to content

Instantly share code, notes, and snippets.

@sahlhoff
Last active December 10, 2015 14:49
Show Gist options
  • Select an option

  • Save sahlhoff/4449704 to your computer and use it in GitHub Desktop.

Select an option

Save sahlhoff/4449704 to your computer and use it in GitHub Desktop.

Revisions

  1. sahlhoff revised this gist Jan 4, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -5,7 +5,7 @@ var bankInfo = {
    , bankid: [routedid]
    , user: '[user]'
    , pass: '[pass]'
    , accid: 000000474791899
    , accid: [id]
    , acctype: 'CHECKING'
    , date_start: 20121025
    , date_end: 20121231
  2. sahlhoff created this gist Jan 4, 2013.
    12 changes: 12 additions & 0 deletions gistfile1.txt
    Original 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
    };