Skip to content

Instantly share code, notes, and snippets.

@nurey
Created December 19, 2011 17:14
Show Gist options
  • Save nurey/1498018 to your computer and use it in GitHub Desktop.
Save nurey/1498018 to your computer and use it in GitHub Desktop.
coupon
{
id: 1234,
name: 'December Savings',
value: 5 // decimal
fine_print: 'up to', // 'up to' or 'max $15.00'
value_type: 1, // 0 = percent amount, 1 = dollar amount
expires: '12/23/11',
dexpires: '4 days'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment