Skip to content

Commit db20990

Browse files
authored
localhost to ip
1 parent 05bbec7 commit db20990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ApiRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class ApiRequest implements ApiRequestInterface
2323
const REPORT_GENERAL_API = '/api/v4/reports/general';
2424
const HOST = 'https://secure.ypmn.ru';
2525
const SANDBOX_HOST = 'https://sandbox.ypmn.ru';
26-
const LOCAL_HOST = 'http://localhost';
26+
const LOCAL_HOST = 'http://127.0.0.1';
2727

2828

2929
/** @var MerchantInterface Мерчант, от имени которого отправляется запрос */

0 commit comments

Comments
 (0)