feat: setup initial create payment endpoint

This commit is contained in:
Stevan Freeborn
2025-12-26 08:00:04 -06:00
parent 161e857702
commit fe3928bbc7
8 changed files with 117 additions and 11 deletions
@@ -0,0 +1,7 @@
using Microsoft.AspNetCore.Mvc.Testing;
namespace GroundsForSupport.API.Tests.Integration.Infra;
public sealed class TestApi : WebApplicationFactory<Program>
{
}