We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8302866 commit 7adc180Copy full SHA for 7adc180
src/NoFrixion.MoneyMoov/Constants/HttpClientConstants.cs
@@ -36,6 +36,8 @@ public static class HttpClientConstants
36
public static string HTTP_BANKINGCIRCLE_AUTHORISATION_CLIENT_NAME = "BankingCircleAuthorisationClient";
37
38
public static string HTTP_BANKINGCIRCLE_DIRECTDEBIT_API_CLIENT_NAME = "BankingCircleDirectDebitApiClient";
39
+
40
+ public static string HTTP_TRIBE_CLIENT_NAME = "TribeClient";
41
42
/// <summary>
43
/// The minimum value the timeout for the HTTP client timeout can be set to. The HTTP client
0 commit comments