Commit 30c8f3dd by Tobin

dc

parent e6a29ff4
...@@ -607,7 +607,7 @@ class Api extends CI_Controller { ...@@ -607,7 +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