CarlRaymond / jquery.cardswipe

jQuery plugin for magnetic card readers
MIT License
115 stars 49 forks source link

Not getting data in form fields #11

Closed eduardomart closed 8 years ago

eduardomart commented 8 years ago

I am succesfully scanning a card and I see the green overlay with the correct card data but the overlay pops up twice and afterwards the data is not populated into the form fields. Using the demo file that comes with the package.

Tried Safari/Firefox/Chrome.

Am I missing something?

eduardomart commented 8 years ago

I think the problem is that you declare var = success twice

CarlRaymond commented 8 years ago

I believe you're right. Formerly there was a "complete" callback and a "success" event, but "complete" got renamed to "success". Will fix.