feat: implement triggering text to speech on successful payment
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user