feat: implement triggering text to speech on successful payment

This commit is contained in:
Stevan Freeborn
2026-01-05 21:56:14 -06:00
parent 7022894ccb
commit 961142ac07
10 changed files with 123 additions and 11 deletions
@@ -69,7 +69,7 @@ public sealed class PaymentTests(TestApi api) : IClassFixture<TestApi>
)
)
.ReturnsAsync((true, new Intent("pi_12345_secret_67890")));
var api = _api.WithWebHostBuilder(
b => b.ConfigureTestServices(
s => s.AddSingleton(mockStripeService.Object)