diff --git a/src/Services/Payment/Payment.API/Startup.cs b/src/Services/Payment/Payment.API/Startup.cs index 7899d9aa6..38968eef3 100644 --- a/src/Services/Payment/Payment.API/Startup.cs +++ b/src/Services/Payment/Payment.API/Startup.cs @@ -48,6 +48,7 @@ namespace Payment.API services.AddSingleton(); services.AddSingleton(); + services.AddTransient>(); services.AddSwaggerGen(); services.ConfigureSwaggerGen(options =>