mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
List 100 entries for bunq. #1443
This commit is contained in:
@@ -284,7 +284,7 @@ class StageImportDataHandler
|
||||
// make request:
|
||||
/** @var Payment $paymentRequest */
|
||||
$paymentRequest = app(Payment::class);
|
||||
$result = $paymentRequest->listing($bunqAccountId);
|
||||
$result = $paymentRequest->listing($bunqAccountId, ['count' => 100]);
|
||||
// loop result:
|
||||
/** @var BunqPayment $payment */
|
||||
foreach ($result->getValue() as $payment) {
|
||||
|
Reference in New Issue
Block a user