feat(all): преметры espp Api принимают дату utc. В подробном описании шаблона возвращается префикс.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
namespace PARR.EsppApi.Settings
|
||||
using System.Security;
|
||||
|
||||
namespace PARR.EsppApi.Settings
|
||||
{
|
||||
internal class EsppOrderSettings
|
||||
{
|
||||
@@ -6,5 +8,9 @@
|
||||
public string UserName { get; set; } = string.Empty;
|
||||
public string Password { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// Часовая зона пользователя в ЕСПП относительно UTC
|
||||
/// </summary>
|
||||
public int EsppUserTimeZone { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user