diff --git a/src/FiscalOS.Infra/DependencyInjection/ServiceCollectionExtensions.cs b/src/FiscalOS.Infra/DependencyInjection/ServiceCollectionExtensions.cs index 2b9a936..30f50ee 100644 --- a/src/FiscalOS.Infra/DependencyInjection/ServiceCollectionExtensions.cs +++ b/src/FiscalOS.Infra/DependencyInjection/ServiceCollectionExtensions.cs @@ -36,7 +36,7 @@ public static class ServiceCollectionExtensions if (sp.GetRequiredService().IsProduction()) { - options.Value.Environment = Going.Plaid.Environment.Development; + options.Value.Environment = Going.Plaid.Environment.Production; } return new PlaidClient(options, factory, logger);