mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Smaller batch for bunq import. #1607
This commit is contained in:
parent
33fe6dbfa3
commit
6377459e2f
@ -406,7 +406,7 @@ class StageImportDataHandler
|
||||
*/
|
||||
/** @var Payment $paymentRequest */
|
||||
$paymentRequest = app(Payment::class);
|
||||
$params = ['count' => 107, 'older_id' => $olderId];
|
||||
$params = ['count' => 53, 'older_id' => $olderId];
|
||||
$response = $paymentRequest->listing($bunqAccountId, $params);
|
||||
$pagination = $response->getPagination();
|
||||
Log::debug('Params for the request to bunq are: ', $params);
|
||||
@ -511,7 +511,7 @@ class StageImportDataHandler
|
||||
*/
|
||||
/** @var Payment $paymentRequest */
|
||||
$paymentRequest = app(Payment::class);
|
||||
$params = ['count' => 107, 'newer_id' => $newerId];
|
||||
$params = ['count' => 53, 'newer_id' => $newerId];
|
||||
$response = $paymentRequest->listing($bunqAccountId, $params);
|
||||
$pagination = $response->getPagination();
|
||||
Log::debug('Submit payment request with params', $params);
|
||||
|
Loading…
Reference in New Issue
Block a user