Skip to content

Instantly share code, notes, and snippets.

@sfletche
Last active February 1, 2016 18:48

Revisions

  1. sfletche revised this gist Feb 1, 2016. 1 changed file with 7 additions and 5 deletions.
    12 changes: 7 additions & 5 deletions plan_groups_list.json
    Original file line number Diff line number Diff line change
    @@ -1,12 +1,14 @@
    {
    "plan_groups": [
    "available_rates": [
    {
    "group_code": "default",
    "plans": []
    "procode": "A600875",
    "term": 5,
    "apr": 3.99,
    "paymentFactory": 1.84,
    "contractorFee": 8.75
    },
    {
    "group_code": "12345",
    "plans": []
    ...
    }
    ]
    }
  2. sfletche created this gist Feb 1, 2016.
    12 changes: 12 additions & 0 deletions plan_groups_list.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    {
    "plan_groups": [
    {
    "group_code": "default",
    "plans": []
    },
    {
    "group_code": "12345",
    "plans": []
    }
    ]
    }