Skip to content

Instantly share code, notes, and snippets.

@snodgrass23
Created June 14, 2016 17:16
Show Gist options
  • Save snodgrass23/53c31255a94f6942db2c264fb751d8d7 to your computer and use it in GitHub Desktop.
Save snodgrass23/53c31255a94f6942db2c264fb751d8d7 to your computer and use it in GitHub Desktop.
example for setting cvv required in RecurlyJS
recurly.configure({
publicKey: 'PUBLIC_KEY',
required: ['cvv']
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment