Commit 03f46315 by Tobin

t : Api payment issue fix : uat

parent 47d071a0
......@@ -724,7 +724,7 @@ class Api extends CI_Controller {
'booking_id'=>'ADD_CARD','custData'=>$res['custData'],'cardData'=>$reqData);
$reqData = $this->encrypt(json_encode($params),$this->local_key,$this->local_iv);
$reqData = urlencode($reqData);
$reqData = urlencode(base64_encode($reqData));
$this->paymentGateway($reqData);
}else{
......
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