Re: Re: Changes coming to improve CC security

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15422
Re: Re: Changes coming to improve CC security

Well, the uc_payment_credit table is deprecated. I'll be removing it altogether when we move on to 2.0. The main reason is that there's no good reason to ever query against a CC table except to load data up with an order. Furthermore, I was having to encrypt, store, and decrypt the various fields separately. Since the order object has a data array that automatically gets serialized/saved and loaded/unserialized with the order, it just made sense to move the data. It wouldn't be feasible to try and handle saving/loading differently for normal and debug modes.

Changes coming to improve CC security By: Ryan (9 replies) Tue, 05/13/2008 - 15:35