CoreCommon: sync request to billing

This commit is contained in:
Sergey Linnik 2022-07-13 11:47:26 +03:00
parent 90c19508ea
commit bcd7711e24

View File

@ -149,8 +149,8 @@ public class TariffService : ITariffService
if (_billingClient.Configured && withRequestToPaymentSystem)
{
Task.Run(() =>
{
//Task.Run(() =>
// {
try
{
var client = GetBillingClient();
@ -210,7 +210,7 @@ public class TariffService : ITariffService
{
LogError(error, tenantId.ToString());
}
});
//});
}
}