Skip to content

Conversation

@SuvorovNM
Copy link
Contributor

No description provided.

@SuvorovNM SuvorovNM self-assigned this Mar 4, 2025
@SuvorovNM SuvorovNM force-pushed the DDCORE-9772-ExtendDssSign branch 2 times, most recently from ea52917 to 1c74acd Compare March 13, 2025 08:17
@SuvorovNM SuvorovNM requested a review from koheatel March 14, 2025 05:58
[Obsolete("Currently unavailable. Use DssSign")]
public AsyncMethodResult DssSignV2(string authToken, string boxId, DssSignRequestV2 request)
{
var queryString = new PathAndQueryBuilder("V2/DssSign");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Для однообразия с остальными методами

Suggested change
var queryString = new PathAndQueryBuilder("V2/DssSign");
var queryString = new PathAndQueryBuilder("/V2/DssSign");

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Поправил

[Obsolete("Currently unavailable. Use DssSignAsync")]
public Task<AsyncMethodResult> DssSignV2Async(string authToken, string boxId, DssSignRequestV2 request)
{
var queryString = new PathAndQueryBuilder("V2/DssSign");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Для однообразия с остальными методами

Suggested change
var queryString = new PathAndQueryBuilder("V2/DssSign");
var queryString = new PathAndQueryBuilder("/V2/DssSign");

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Поправил

@SuvorovNM SuvorovNM force-pushed the DDCORE-9772-ExtendDssSign branch from c51903c to 35c6a13 Compare April 9, 2025 05:45
@SuvorovNM SuvorovNM force-pushed the DDCORE-9772-ExtendDssSign branch from 35c6a13 to a21da02 Compare April 10, 2025 05:06
@SuvorovNM
Copy link
Contributor Author

Пока решили отказаться от публикации SDK с данной фичей, закрываю PR

@SuvorovNM SuvorovNM closed this Jun 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants