This commit is contained in:
@@ -115,9 +115,8 @@ defmodule WorkloadService.Consumers.SolicitationRequestedConsumer do
|
||||
provider_id: event["provider_id"],
|
||||
provider_name: event["provider_name"] || "",
|
||||
task_info: %{
|
||||
"quote_id" => event["quote_id"],
|
||||
"plan_id" => event["plan_id"],
|
||||
"document_url" => result["document_url"]
|
||||
"quote" => event["quote"],
|
||||
"plan" => event["plan"]
|
||||
},
|
||||
attachments: [result["document_url"]] |> Enum.filter(& &1)
|
||||
}
|
||||
@@ -135,4 +134,4 @@ defmodule WorkloadService.Consumers.SolicitationRequestedConsumer do
|
||||
defp amqp_url do
|
||||
Application.get_env(:workload_service, :amqp_url, "amqp://guest:guest@localhost:5672")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user