Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 723 Bytes

File metadata and controls

18 lines (14 loc) · 723 Bytes

Instructions for candidates

This is the .NET version of the Payment Gateway challenge. If you haven't already read this README.md on the details of this exercise, please do so now.

Template structure

src/
    PaymentGateway.Api - a skeleton ASP.NET Core Web API
test/
    PaymentGateway.Api.Tests - an empty xUnit test project
imposters/ - contains the bank simulator configuration. Don't change this

.editorconfig - don't change this. It ensures a consistent set of rules for submissions when reformatting code
docker-compose.yml - configures the bank simulator
PaymentGateway.sln

Feel free to change the structure of the solution, use a different test library etc.