Commit 39a58b89 by Jansa Jose

Merge branch 'jansa'

parents 5c3dceb5 0d5cc228
......@@ -331,7 +331,7 @@ public function saveProfile()
"street_address" => encrypt_data($update_data['street_address']),
"locality" => encrypt_data($update_data['locality']),
"number" => encrypt_data($update_data['number']),
"pt_complement" =>decrypt_data($update_data['landmark']),
"pt_complement" =>encrypt_data($update_data['landmark']),
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment