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 05bbec7 commit db20990Copy full SHA for db20990
src/ApiRequest.php
@@ -23,7 +23,7 @@ class ApiRequest implements ApiRequestInterface
23
const REPORT_GENERAL_API = '/api/v4/reports/general';
24
const HOST = 'https://secure.ypmn.ru';
25
const SANDBOX_HOST = 'https://sandbox.ypmn.ru';
26
- const LOCAL_HOST = 'http://localhost';
+ const LOCAL_HOST = 'http://127.0.0.1';
27
28
29
/** @var MerchantInterface Мерчант, от имени которого отправляется запрос */
0 commit comments