Skip to content

Turhan8/checkout-payment-gateway-challenge-dotnet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Interview challenge for building a Payment Gateway - .net version

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 94.5%
  • EJS 5.5%