Skip to content
Snippets Groups Projects
Commit 82b5ea07 authored by Nate Lampton's avatar Nate Lampton
Browse files

Issue #1621894: The "recurly_account" database table may contain sensitive information.

parent c524626e
No related branches found
No related tags found
No related merge requests found
......@@ -437,7 +437,6 @@ function recurly_account_save($recurly_account, $uid, $data = array(), $export =
'company_name' => (string) $recurly_account->company_name,
'uid' => $uid,
'updated' => REQUEST_TIME,
'data' => serialize($data),
);
// Add the status based on whatever data we have available.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment