- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
$result = mk_send_data ($post, $mk_config['api1']."payment.php");
if ($result == 'error') { $result = mk_send_data ($post, $mk_config['api2']."payment.php"); }
if ($result == 'error') {
return "0";
}else{
$result = mk_parse_result($result);
return $result;
}
d_fomenok 14.02.2016 23:50 # 0