type : ps

This commit is contained in:
VE10-Sanjeev 2022-06-18 17:03:13 +05:30
parent e2af91b3fe
commit 225574e1c1

View File

@ -312,6 +312,13 @@ class Flyhi_Controller extends REST_Controller {
{
$product_id = $g_value['answer_value'];
}
if($g_value['answer_value'] == 'Residence verification'){
$flyhi_pd_type = 4;
}
if($g_value['answer_value'] == 'Office verification'){
$flyhi_pd_type = 3;
}
if(isset($g_value['question_key']) && $g_value['question_key'] == 'verification_type')
{
if(isset($g_value['onchange_properties']))