add solictation consumer
All checks were successful
Build and Publish / build-release (push) Successful in 1m38s

This commit is contained in:
2026-04-23 10:32:20 -05:00
parent 33bba5b453
commit c8a58c3f58
5 changed files with 108 additions and 5 deletions

View File

@@ -158,7 +158,8 @@ defmodule PolicyService.Aggregates.PolicyApplication do
},
%SolicitationRequestSent{
id: agg.id,
plan: result.plan
plan: result.plan,
provider_id: result.provider
}
]
end