We have a client who is doing manual processing and needs to store both the CC# and CVV code in the DB (despite our advice against doing this).
Despite changing the StoreCCInDB app config to "true" we are still seeing the DB being purged of CC#'s after some time. I say after some time because I have so far been unable to pinpoint the circumstances or exact length of time that it takes for this to occur. The client is a bit slow to give feedback so I get a chance to work on the project every few days. It seems every time I come back to the project the test orders that I had placed last time have had their CC#'s set to NULL.
What are the circumstances which would cause a CC# to be purged even with StoreCCInDB turned on? I have not been able to find where this is happening in the source (C#).
Any help would be greatly appreciated!