rename policy_details to insured_object
All checks were successful
Build and Publish / build-release (push) Successful in 1m36s
All checks were successful
Build and Publish / build-release (push) Successful in 1m36s
This commit is contained in:
@@ -10,7 +10,7 @@ defmodule PolicyService.Projections.PolicyApplication do
|
||||
:policy_type,
|
||||
:insured,
|
||||
:buyer,
|
||||
:policy_details,
|
||||
:insured_object,
|
||||
:selected_providers,
|
||||
:quotes,
|
||||
:accepted_plan_id,
|
||||
@@ -53,7 +53,7 @@ defmodule PolicyService.Projections.PolicyApplication do
|
||||
|
||||
field :insured, :map
|
||||
field :buyer, :map
|
||||
field :policy_details, :map
|
||||
field :insured_object, :map
|
||||
|
||||
field :selected_providers, {:array, :string}, default: []
|
||||
field :quotes, :map, default: %{}
|
||||
|
||||
Reference in New Issue
Block a user