diff --git a/src/Pinch.SDK/Pinch.SDK.csproj b/src/Pinch.SDK/Pinch.SDK.csproj index 6ca0fa5..961368a 100644 --- a/src/Pinch.SDK/Pinch.SDK.csproj +++ b/src/Pinch.SDK/Pinch.SDK.csproj @@ -13,7 +13,7 @@ https://raw.githubusercontent.com/PinchPayments/Pinch.SDK/master/assets/img/circle_logo_64x64.png https://github.com/PinchPayments/Pinch.SDK https://github.com/PinchPayments/Pinch.SDK - 0.20.0 + 0.20.1 diff --git a/src/Pinch.SDK/Statements/StatementsClient.cs b/src/Pinch.SDK/Statements/StatementsClient.cs index 0462fc7..6c8dca2 100644 --- a/src/Pinch.SDK/Statements/StatementsClient.cs +++ b/src/Pinch.SDK/Statements/StatementsClient.cs @@ -69,7 +69,7 @@ public async Task> GetDailyStatementPdf(string dailyStateme /// /// /// - public async Task> GetMonthlyInvoices(int page = 1, int pageSize = 50, DateTime? startDate = null, DateTime? endDate = null) + public async Task> GetMerchantInvoices(int page = 1, int pageSize = 50, DateTime? startDate = null, DateTime? endDate = null) { var url = $"statements/merchant-invoice?page={page}&pagesize={pageSize}";