Skip to content

Instantly share code, notes, and snippets.

@fastfrwrd
Created July 19, 2013 17:12
Show Gist options
  • Save fastfrwrd/6040796 to your computer and use it in GitHub Desktop.
Save fastfrwrd/6040796 to your computer and use it in GitHub Desktop.
{
"state": function(value, meta) {
if(meta.card_type === "address") {
if(meta.sub_type === "billing") {
...
}
}
return value;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment