We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c9b352 commit af8a76cCopy full SHA for af8a76c
1 file changed
README.md
@@ -193,7 +193,7 @@ $result = $np->newInternetDocument(
193
```php
194
// В параметрах указывается город и область (для более точного поиска)
195
$city = $np->getCity('Киев', 'Киевская');
196
-$result = $np->getWarehouses($city);
+$result = $np->getWarehouses($city['data'][0]['Ref']);
197
```
198
## Вызов произвольного метода
199
@@ -272,4 +272,4 @@ $result = $np
272
273
composer install
274
NOVA_POSHTA_API2_KEY=Ваш_ключ_API_2.0 vendor/phpunit/phpunit/phpunit tests
275
-```
+```
0 commit comments