Subversion Repositories SmartDukaan

Rev

Rev 10844 | Rev 11049 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10844 Rev 10891
Line 1089... Line 1089...
1089
		{$response['render']=$render['render'];}
1089
		{$response['render']=$render['render'];}
1090
 
1090
 
1091
	return $response;
1091
	return $response;
1092
	
1092
	
1093
}
1093
}
-
 
1094
function hdfc_emi_response($data=array())
-
 
1095
{
-
 
1096
	$response =array();
-
 
1097
	if(isset($data['response']) && !empty($data['response'])){
-
 
1098
		$response[] = json_decode($data['response']);
-
 
1099
	}
-
 
1100
	$render = $this->config->item(__FUNCTION__);
-
 
1101
	if(isset($render['render']) and !empty($render['render']))
-
 
1102
		{$response['render']=$render['render'];}
-
 
1103
 
-
 
1104
	return $response;
-
 
1105
	
-
 
1106
}
-
 
1107
function hdfc_recharge_response($data=array())
-
 
1108
{
-
 
1109
	$response =array();
-
 
1110
	if(isset($data['response']) && !empty($data['response'])){
-
 
1111
		$response[] = json_decode($data['response']);
-
 
1112
	}
-
 
1113
	$render = $this->config->item(__FUNCTION__);
-
 
1114
	if(isset($render['render']) and !empty($render['render']))
-
 
1115
		{$response['render']=$render['render'];}
-
 
1116
 
-
 
1117
	return $response;
-
 
1118
	
-
 
1119
}
1094
function innoviti_response($data=array())
1120
function innoviti_response($data=array())
1095
{
1121
{
1096
	$response =array();
1122
	$response =array();
1097
	if(isset($data['response']) && !empty($data['response'])){
1123
	if(isset($data['response']) && !empty($data['response'])){
1098
		$response[] = json_decode($data['response']);
1124
		$response[] = json_decode($data['response']);
Line 1145... Line 1171...
1145
	return $response;
1171
	return $response;
1146
	
1172
	
1147
}
1173
}
1148
function insuranceInfo($data=array())
1174
function insuranceInfo($data=array())
1149
{
1175
{
1150
 
-
 
1151
	$response =array();
1176
	$response =array();
1152
	if(isset($data['response']) && !empty($data['response'])){
1177
	if(isset($data['response']) && !empty($data['response'])){
1153
		$response[] = json_decode($data['response']);
1178
		$response[] = json_decode($data['response']);
1154
	}
1179
	}
1155
	$render = $this->config->item(__FUNCTION__);
1180
	$render = $this->config->item(__FUNCTION__);