php - How to delete saved credit card numbers of completed orders from Magento?
803
We are using saved cc for our website.We want to flush saved credit card information of completed orders.Can anyone help to accomplish this?
Answer
Solution:
Finally I created a custom extension to do this.Magento stores CC information in sales_flat_order_payment and sales_flat_quote_payment.I extended order grid class and added a custom action and controller.
Answer
Solution: