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:
@@ -34,7 +34,7 @@ defmodule PolicyService.Events.Policy do
|
||||
:submitted_by,
|
||||
:insured,
|
||||
:buyer,
|
||||
:policy_details,
|
||||
:insured_object,
|
||||
:selected_providers,
|
||||
:submitted_at
|
||||
]
|
||||
@@ -49,7 +49,7 @@ defmodule PolicyService.Events.Policy do
|
||||
:provider_email,
|
||||
:insured,
|
||||
:buyer,
|
||||
:policy_details,
|
||||
:insured_object,
|
||||
:requested_at
|
||||
]
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user