I had problems with the cvv not being stored in the database, it was because I had a regiter globals off patch.

to get round this find

in includes/classes/order.php you will need to add around line 30 under link_post_variable('ccexpires');



link_post_variable('cvvnumber');

that did the trick for me.

file attached is blank


More...