biplane / yandex-direct

PHP library for Yandex.Direct API.
MIT License
44 stars 23 forks source link

В Reports игнорируется sandbox #15

Closed KingComp closed 5 years ago

KingComp commented 5 years ago
<?php
$user = new User([
    /*...*/
    'sandbox' => true,
]);

/*...*/
$report = $service->getReady($reportRequest);

/* Результат: 
* Необходимо заполнить для приложения заявку на доступ 
* в интерфейсе Директа и дождаться её подтверждения
*/
KingComp commented 5 years ago

Вот здесь у вас задана ссылка через константу Biplane\YandexDirect\Api\V5\Reports;

class Reports implements ApiClientInterface
{
    const ENDPOINT = 'https://api.direct.yandex.com/v5/reports';