Skip to content

Instantly share code, notes, and snippets.

@raylillywhite
Created November 1, 2012 22:57
Show Gist options
  • Save raylillywhite/3997291 to your computer and use it in GitHub Desktop.
Save raylillywhite/3997291 to your computer and use it in GitHub Desktop.
{
"lookio_customer_support":true,
"lookio_order_summary":true,
"default_credit_amount":25,
"currency":{
"iso_code":"USD",
"description":"US Dollars"
},
"customer_support_numbers":[
{
"name":"North America",
"phone_numbers":[
"+1-800-208-2949"
],
"primary":true
},
{
"name":"UK & Europe",
"phone_numbers":[
"+800-6680-0800"
],
"primary":true
},
{
"name":"Asia",
"phone_numbers":[
"+1-800-208-2949"
],
"primary":false
},
{
"name":"Australia",
"phone_numbers":[
"+1-800-208-2949"
],
"primary":false
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment