Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed obsolete CCSave payment method #3984

Open
wants to merge 4 commits into
base: next
Choose a base branch
from

Conversation

fballiano
Copy link
Contributor

@fballiano fballiano commented May 8, 2024

This PR targets next

CCSave is an old payment method that saved the credit card data directly in the database, this is not used (and nobody should use it) anymore since years.

I've checked my customers' projects and I didn't see any module extending these classes. Although it's possible that there's something out there, it should be part of some functionality that's not in use anymore.

Note: this PR will break the possibility of viewing old orders payed with the ccsave method, as shown in #3441, my opinion is that having merchants still using ccsave in any way could be considered dangerous but probably they don't know (but I think they should and would prefer to know) so at least if the functionaly breaks on their website they will be able to understand that they were having a problematic situation, fix it and most importantly sanitize their database (you don't want to receive a security audit for them to discover you have credit cards stored in your database).

@github-actions github-actions bot added Template : admin Relates to admin template Template : rwd Relates to rwd template Template : base Relates to base template Component: Adminhtml Relates to Mage_Adminhtml Component: Payment Relates to Mage_Payment PHPStorm labels May 8, 2024
@fballiano
Copy link
Contributor Author

PHPStan error will be solved by merging #3976

@luigifab
Copy link
Collaborator

Perhaps it can be interesting to add a dummy payment method, and a SQL to clean and update db?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Adminhtml Relates to Mage_Adminhtml Component: Payment Relates to Mage_Payment PHPStorm Template : admin Relates to admin template Template : base Relates to base template Template : rwd Relates to rwd template
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants