Skip to content

Instantly share code, notes, and snippets.

@mgiacomini
Created October 8, 2019 19:40
Show Gist options
  • Save mgiacomini/5ccbccbb5627131d92352631be63cd63 to your computer and use it in GitHub Desktop.
Save mgiacomini/5ccbccbb5627131d92352631be63cd63 to your computer and use it in GitHub Desktop.
"realty_regularized" => $bean->realty_regularized_c,
"description" => $bean->description,
"guarantee_address_state" => $bean->guarantee_address_state_c,
"primary_phone_number" => $bean->primary_phone_number_c,
"digital_signature" => $bean->digital_signature_c,
"trading_name" => $bean->trading_name_c,
"registration_reason" => $bean->registration_reason_c,
"realty_registred" => $bean->realty_registred_c,
"credit_analysis_date" => $bean->credit_analysis_date_c,
"amortization" => $bean->amortization_c,
"guarantee_address_postalcode" => $bean->guarantee_address_postalcode_c,
//"b2b_id" => $bean->b2b_id_c,
"secondary_phone_number" => $bean->secondary_phone_number_c,
"lead_source" => $bean->lead_source,
"lives_in_property" => $bean->lives_in_property_c,
"guarantee_address_city" => $bean->guarantee_address_city_c,
"individual_taxpayer_registry" => $this->removeSpecialCharacters($bean->individual_taxpayer_registry_c),
"name" => html_entity_decode($bean->name),
"realty_type" => $bean->realty_type_c,
"lead_type" => $bean->lead_type_c,
"sales_stage" => $bean->sales_stage,
"sales_channel" => $bean->sales_channel_c,
"guarantee_address" => $bean->guarantee_address_c,
"cred_analysis_approved_date" => $bean->cred_analysis_approved_date_c,
"realty_paid" => $bean->realty_paid_c,
"guarantee_address_map" => $bean->guarantee_address_map_c,
"birthdate" => $bean->birthdate_c,
"financing_type" => $bean->financing_type_c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment