Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added code 100 to allowed http statuses #39

Open
wants to merge 1 commit into
base: v2.3
Choose a base branch
from

Conversation

gromovdmi
Copy link
Contributor

No description provided.

@@ -20,7 +20,7 @@ class Client
const REQUEST_TEST_URL = 'https://testonline.atol.ru/possystem/v%u/';

//see Atol Documentation
const ALLOWED_HTTP_STATUSES = [200, 400, 401];
const ALLOWED_HTTP_STATUSES = [100, 200, 400, 401];
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

Copy link
Contributor

Choose a reason for hiding this comment

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

I do not authorize this modification without official protocol documentation provided

Copy link
Contributor

Choose a reason for hiding this comment

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

There is no mention about code #100 in official doc. :(

Copy link
Contributor

Choose a reason for hiding this comment

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

На мой взгляд, фикс должен быть более кардинальным. Нттр коды, в нашем случае, нестабильная вещь, их меняют без предупреждения и соотв документации.

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.

None yet

3 participants