Added missing fields to Transfers Request/Response models
ProcessingChannel
RtpDetails
IndividualAchId
Added Tasks to Example App for testing masspayment POST and GET requests
Update Target Framework for ExampleApp from .NET Core 2 to .NET 6. Addresses the following warning :
The target framework ‘netcoreapp2.0’ is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Updated references to API Reference
Updated patch version and UserAgent from 5.2.0 to 5.2.1
To run tests:
run dotnet test
To test the ExampleApp:
Set environment variables DWOLLA_APP_KEY and DWOLLA_APP_SECRET
run cd ExampleApp
run dotnet run
Added Request/Response models for Masspayments
Added missing fields to Transfers Request/Response models
ProcessingChannel
RtpDetails
IndividualAchId
Added Tasks to Example App for testing masspayment
POST
andGET
requestsUpdate Target Framework for ExampleApp from
.NET Core 2
to.NET 6
. Addresses the following warning :Updated references to API Reference
Updated patch version and UserAgent from
5.2.0
to5.2.1
To run tests:
To test the ExampleApp: