fix applicant and filters
All checks were successful
Build and Publish / build-release (push) Successful in 1m24s
All checks were successful
Build and Publish / build-release (push) Successful in 1m24s
This commit is contained in:
@@ -236,7 +236,8 @@ defmodule PolicyServiceWeb.PolicyController do
|
||||
%{
|
||||
"name" => info["name"],
|
||||
"date_of_birth" => dob,
|
||||
"document_id" => doc
|
||||
"document_id" => doc,
|
||||
"client_type" => "natural"
|
||||
}}
|
||||
end
|
||||
end
|
||||
@@ -249,7 +250,8 @@ defmodule PolicyServiceWeb.PolicyController do
|
||||
"company_name" => info["company_name"],
|
||||
"ruc" => ruc,
|
||||
"legal_rep_name" => info["legal_rep_name"],
|
||||
"legal_rep_document" => info["legal_rep_document"]
|
||||
"legal_rep_document" => info["legal_rep_document"],
|
||||
"client_type" => "juridico"
|
||||
}}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user