fix(api): update PlaidClientOptions to set environment to Production
This commit is contained in:
@@ -36,7 +36,7 @@ public static class ServiceCollectionExtensions
|
|||||||
|
|
||||||
if (sp.GetRequiredService<IWebHostEnvironment>().IsProduction())
|
if (sp.GetRequiredService<IWebHostEnvironment>().IsProduction())
|
||||||
{
|
{
|
||||||
options.Value.Environment = Going.Plaid.Environment.Development;
|
options.Value.Environment = Going.Plaid.Environment.Production;
|
||||||
}
|
}
|
||||||
|
|
||||||
return new PlaidClient(options, factory, logger);
|
return new PlaidClient(options, factory, logger);
|
||||||
|
|||||||
Reference in New Issue
Block a user