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:
@@ -13,7 +13,7 @@ defmodule PolicyService.Commands.Policy do
|
||||
field :submitted_by, String.t(), enforce: true
|
||||
field :insured, map(), enforce: true
|
||||
field :buyer, map(), enforce: true
|
||||
field :policy_details, map()
|
||||
field :insured_object, map()
|
||||
field :selected_providers, list(), enforce: true
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user