We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 527317b commit 19830d0Copy full SHA for 19830d0
BunqSdk.Tests/Http/PaginationScenarioTest.cs
@@ -78,7 +78,7 @@ private static int GetPaymentsMissingCount()
78
return PAYMENT_REQUIRED_COUNT_MINIMUM - GetPaymentsRequired().Count;
79
}
80
81
- private static List<Payment> GetPaymentsRequired()
+ private static IList<Payment> GetPaymentsRequired()
82
{
83
var pagination = new Pagination
84
0 commit comments