Skip to content

Commit

Permalink
(#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed Jul 10, 2018
1 parent ddfa4cd commit efe98f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BunqSdk.Tests/Http/PaginationScenarioTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ private static BunqResponse<List<Payment>> ListPayments(IDictionary<string, stri
return Payment.List(urlParams: urlParams);
}

private Payment CreatePayment()
private void CreatePayment()
{
Payment.Create(new Amount(PaymentAmountEur, PaymentCurrency), GetPointerBravo(), PaymentDescription);
}
Expand Down

0 comments on commit efe98f7

Please sign in to comment.