-
Notifications
You must be signed in to change notification settings - Fork 15
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
Improve handling of sales_order_payment
cc_number_enc
and reencrypt-column
#9
Comments
sales_order_payment
cc_number_enc
sales_order_payment
cc_number_enc
and reencrypt-column
I am working on a site with around 2.5 million records in the We don't support saved card numbers, and so |
@braders I would happily take a PR for that, it's a good addition.
module-encryption-key-manager/Console/GenerateEncryptionKey.php Lines 51 to 56 in 2174b19
It's not super elegant, but similar to how I pass down the console output
We can set configuration on the object to alter its behaviour prior to running the
Update the code below to check for the config and skip if not required. module-encryption-key-manager/Service/ChangeEncryptionKey.php Lines 52 to 54 in 2174b19
|
Courtesy of @mpchadwick
The custom
reencrypt-column
command also may need a review.The text was updated successfully, but these errors were encountered: