File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -408,6 +408,7 @@ public function sendPayoutCreateRequest(PayoutInterface $payout)
408
408
/** @inheritdoc */
409
409
public function sendReportChartRequest (array $ params ): array
410
410
{
411
+ $ this ->setJsonDebugResponse (false );
411
412
return $ this ->sendGetRequest (self ::REPORT_CHART_API . '/? ' . http_build_query ($ params ));
412
413
}
413
414
Original file line number Diff line number Diff line change 13
13
$ apiRequest = new ApiRequest ($ merchant );
14
14
// Включить режим отладки (закомментируйте или удалите в рабочей программе!)
15
15
$ apiRequest ->setDebugMode ();
16
- // Принимать ответ строкой в режиме отладки (закомментируйте или удалите в рабочей программе!)
17
- $ apiRequest ->setJsonDebugResponse (false );
18
16
// Переключиться на тестовый сервер (закомментируйте или удалите в рабочей программе!)
19
17
$ apiRequest ->setSandboxMode ();
20
18
You can’t perform that action at this time.
0 commit comments