Added Preorderinfrastructre Api (external patchport assignment)
This commit is contained in:
@@ -286,6 +286,12 @@ class PreordercampaignController extends mfBaseController {
|
||||
$data['exist_is_error'] = 0;
|
||||
}
|
||||
|
||||
if($r->create_external_patchports == 1) {
|
||||
$data['create_external_patchports'] = 1;
|
||||
} else {
|
||||
$data['create_external_patchports'] = 0;
|
||||
}
|
||||
|
||||
//var_dump($r->banned_rimo_fcp);exit;
|
||||
if($r->banned_rimo_fcp && is_array($r->banned_rimo_fcp) && count($r->banned_rimo_fcp)) {
|
||||
$banned_fcp_json = json_encode($r->banned_rimo_fcp);
|
||||
|
||||
Reference in New Issue
Block a user