Skip to content

Instantly share code, notes, and snippets.

@notrab
Last active June 3, 2016 11:33
Show Gist options
  • Save notrab/4925af1ef288d83dfb9d04d2904baee0 to your computer and use it in GitHub Desktop.
Save notrab/4925af1ef288d83dfb9d04d2904baee0 to your computer and use it in GitHub Desktop.
Twocards.co Payment Validation Error
  1. View an invoice as a guest

  2. Click 'Pay Using Card'

Uncaught TypeError: Cannot read property 'number' of undefined

if (vm.card.number == '') {

Because you're checking an undefined property, it will never reach the validation message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment