Commit 278ec95a by Tobin

dc

parent f1dd9ee2
...@@ -607,6 +607,7 @@ class Api extends CI_Controller { ...@@ -607,6 +607,7 @@ class Api extends CI_Controller {
} }
$cardData = "'".json_encode(json_decode(json_encode($resp->txnCardDetails),true))."'"; $cardData = "'".json_encode(json_decode(json_encode($resp->txnCardDetails),true))."'";
pr($cardData);
$resp = $this->encrypt($cardData,$this->local_key,$this->local_iv); $resp = $this->encrypt($cardData,$this->local_key,$this->local_iv);
$this->response(array('saved_cards'=>$resp)); $this->response(array('saved_cards'=>$resp));
} }
......
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