[ic] credit card

Sergey Sheykin sheich@mosinfo.ru
Wed, 28 Mar 2001 16:47:18 +0400


Hi, everyone!

I see sql-trace (I using Oracle) and when I click Place Order,
Interchange do it like this:

 update userdb SET mv_credit_card_exp_year = '01' where username = 'dima' 
 update userdb SET mv_credit_card_exp_month = '5' where username = 'dima' 
 update userdb SET mv_credit_card_type = '' where username = 'dima' 

He stored expired month and year , but dont store credit_card_number,
type and don't make validation, though I input all this parameters.
 Why?!!

Sergey.